Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interval Schedule with Start DateTime (via Admin) - Interface Enhancement #302

Open
murrayidau opened this issue Jan 29, 2020 · 0 comments
Open

Comments

@murrayidau
Copy link

@murrayidau murrayidau commented Jan 29, 2020

Interval Schedule with Start DateTime (via GUI) will not commence executing.
See: #259

  • Celery Version: 4.3.0
  • Celery-Beat Version: 1.5.0

Exact steps to reproduce the issue:

  1. Set a task with an interval schedule (e.g., every 14 days) in Admin
  2. Supply a start datetime in Admin

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.