I have scheduled tasks that I want to run daily, but I cannot get them to run. I have tried removing and adding the tasks to no avail. I have tried adding several iterations of daily tasks at staggered intervals and I have tried hourly scheduling. I have also tried waiting a couple hours for the scheduled tasks in case it needs to sync or something. None of this has had any impact.
The primary symptom is that the task log just says "Task has not been run yet". One of my tasks should have an impact on a file and the file has not been updated so I am confident the task is actually not running and not just failing to log. I have confirmed that the task runs correctly when manually run from the console. My primary task needs to run in Python 3.x and I confirmed that I have the proper hashbang. I have also created a dummy task that runs from the console fine to make sure it wasn't an issue with my script or the folder itself.
After doing all the troubleshooting I can think to do it just appears that my tasks are not running when scheduled. I searched the forums prior to this and the closest thing to my issue is, I think, this: https://www.pythonanywhere.com/forums/topic/1435/
Please let me know if there are any trouble shooting steps I may have missed or if there is any other information I can provide to diagnose the issue.