WhiteHatBox
Share Page
Following(0)
Partner(s)
asdviom

How to setup task timing

ReplyThanks 2021/03/16 21:40:35 1 0

Hey I need help with setting up my tasks. After one account completes the task, it immediately goes to the next account. How do i make it where it'll wait 20 minutes before going to the next account?

Currently my task is setup to search for the video, watch then like it. So if i have a total of three accounts, i want it to take a total of 1 hour for all 3 accounts to complete the task, instead of all 3 completing very fast.

marycosima
2021/09/28 12:13:02
Practice your fight royale abilities with the 1v1 lol web based structure preparing test system, simply construct lol!





Jamiebogisich
2025/01/10 17:08:27
Great sharing, very impressive. fnf mods
mianan1235n
2025/03/18 15:02:32

Interesting task automation setup! You could implement a simple delay using Python's time.sleep(1200) (1200 seconds = 20 minutes) after each account finishes. Just slot it in before the loop iterates. Makes me think of the tense waiting in Fnaf, but for likes instead of jump scares! Good luck!


JoseDriver88
2025/11/20 12:18:35

That’s an interesting automation setup! You could easily add a delay function or a scheduled timer script between tasks, ensuring a 20-minute pause before the next account starts. I’ve done something similar while tracking my Wordle Unlimited sessions to give some rest intervals. A small tweak in your code logic or task scheduler should solve this efficiently.


<< < 1> >>
Advanced Option