Forums

Always On Task Delayed Start

Why is my always on task taking over 10+ minutes to start and run my program? The code is in a while True loop with a time.sleep(65) at the end of the loop. I see under the Running Tasks section of CPU being used as well.

I see the logs from my previous starts but is there a reason why the actual program start time takes so long to boot up? For reference, I only run this program during business hours and shut it down at the end of business.

Update: Looks like program works, but output doesn't work at the point of time.

Do you have flush=True set in your prints?