Replies: 1 comment
-
|
can you dig a little bit more of it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary:
--scheduler django_celery_beat.schedulers:DatabaseScheduler-Sand--schedulerare fully equivalent: https://docs.celeryproject.org/en/stable/reference/cli.html#cmdoption-celery-beat-S--scheduler django_celery_beat.schedulers:DatabaseScheduler-S djangoshould workIt is not clear from the configuration and readme if
-Sand--schedulerare truly equivalent.Neither it is clear
django_celery_beat.schedulers:DatabaseSchedulerordjangoare equivalent and if any of them is the preferred method.My suggestion is to explicitly stick to either only using
-Sor using only--schedulerin all the documented examples if they are fully equivalent.For the scheduler itself, if they are somehow different in how/why they work, describe why, and give it as 2 separate examples.
Beta Was this translation helpful? Give feedback.
All reactions