Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInterval Schedule with Start DateTime (via Admin) - Interface Enhancement #302
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Interval Schedule with Start DateTime (via GUI) will not commence executing.
See: #259
Exact steps to reproduce the issue:
Detailed information
As detailed in #259 manually adding 'last_run_at' in 'django_celery_beat_periodictask' corrects this issue. The admin interface could be enhanced to avoid this by setting 'last_run_at' as start_time - interval as detailed in #259 when a start_time is provided.