Forums

Schedules Tasks getting killed after 5 mins of running

My scheduled tasks are getting killed by Python anywhere and throwing errors that tasks exceeds 10 times the CPU time. Can you please help with this issue? It's written in the following link that:

In a free account, you can set up one task to run at a particular time every day. The task can run for up to two hours.

https://help.pythonanywhere.com/pages/ScheduledTasks

Is the error saying that your tasks are being killed because you have used more than ten times your CPU quota? Your tasks can run for up to two hours if you are still within your quota, but once you've used up all of your quota, that no longer applies. If you need more CPU time than a free account supports, you'll need to upgrade to a paid plan with more CPU.

Ok Got it Thanks

Glad we could help.