Purpose: to run the function, say send_email() in a .py file, say '/usr/home/me/projmail/webapp/automailer.py everyday at 08:00 AM. What I did: https://www.pythonanywhere.com/user/me/tasks_tab/ - used tasks tab and created the schedule by giving the time and file location as "/usr/home/me/projmail/webapp/automailer.py Issue:
- The function is not executing.
- Is there a way to check whether the given function is to be executed by tasks scheduler or not?
Kindly help out.