Forums

Always on

Hi,

I was wondering if an always on task is consuming CPU if it goes to sleep. My program will be calling an API every 300 seconds, uses:

time.sleep(300)

Regards, Jos

It won't use CPU while sleeping, no.