Forums

Do PythonAnywhere support threading.Timer

Hi,

I am trying to call a function at regular interval to execute some code but it is not working as expected.

Do PythonAnywhere support threading.Timer?

If not, is there any way where in I can achieve this functionality?

Please suggest

Thank You in advance!!!!

hi chiragf,

have you seen our scheduled tasks tab? also check out our PythonAnywhere wiki page here about long running tasks which builds off of the scheduled tasks.

Thanks Conrad!!! I will check that page and revert if I face any issues