Timer each X minutes

Support
  • Hello,
    I explain my project :
    I would like to create a stream loop to stream a youtube video with 20 threads.
    And EACH 60 minutes, collect the success thread number and send a telegram message with the success number.

    My actual problem is : I can't create an independent timer that sends the telegram message ONCE during the other continuous threads.
    Here is an explanatory diagram and my current script
    dede.xml

    question.png

  • @mrdenti Как вариант:
    данные об успехе записывайте в файл.
    В одном из потоков, либо в отдельном приложении создать независимый таймер - который берёт данные из файла - отправляет в телеграмм, удаляет данные из файла

  • @Koba Thanks for your answer.
    Do you have any example ? (You can modify my own script)
    Regards

  • Pop-up on X

    Support
    0 Votes
    3 Posts
    368 Views
  • 0 Votes
    5 Posts
    829 Views
  • timer to end the script

    Support
    0 Votes
    4 Posts
    758 Views
  • 0 Votes
    2 Posts
    588 Views
  • 0 Votes
    2 Posts
    1227 Views