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

Fix typo in settings for celery beat scheduler #603

Merged
merged 1 commit into from
Nov 8, 2022

Conversation

laurent-brisbois
Copy link
Contributor

When using CELERYBEAT_SCHEDULER setting with value django_celery_beat.schedulers:DatabaseScheduler, the celery scheduler is still starting with a celery.beat.PersistentScheduler scheduler.

Whereas using CELERY_BEAT_SCHEDULER setting, still with django_celery_beat.schedulers:DatabaseScheduler corrrectly starts the scheduler with a django_celery_beat.schedulers.DatabaseScheduler.

@auvipy auvipy merged commit dda0b88 into celery:master Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants