Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update get_next_run_time to handle Paused jobs
Paused jobs have next_run_time of None. This change makes django_apscheduler.jobstores looks a bit more like apscheduler.jobstores.sqlalchemy which filters out the nulls and picks the earliest next_run_time.
- Loading branch information
88d9a5a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This changed commit caused the problem:
#25