Timer each X minutes
-
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
-
@mrdenti Как вариант:
данные об успехе записывайте в файл.
В одном из потоков, либо в отдельном приложении создать независимый таймер - который берёт данные из файла - отправляет в телеграмм, удаляет данные из файла
-
@Koba Thanks for your answer.
Do you have any example ? (You can modify my own script)
Regards