dbader / schedule

Python job scheduling for humans.
https://schedule.readthedocs.io/
MIT License
11.71k stars 960 forks source link

Unable to fetch the Jobs list #555

Open mayurproventech opened 1 year ago

mayurproventech commented 1 year ago

Hi

I have created a schedule job that execute the application data backup daily at for a given time (like daily @ 18:00:00) in Django Application. When I start the application, it starts all the configured schedule jobs. But when I try to fetch the jobs that are scheduled I get an empty list.

image

image

image