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
-S
and--scheduler
are fully equivalent: https://docs.celeryproject.org/en/stable/reference/cli.html#cmdoption-celery-beat-S--scheduler django_celery_beat.schedulers:DatabaseScheduler
-S django
should workIt is not clear from the configuration and readme if
-S
and--scheduler
are truly equivalent.Neither it is clear
django_celery_beat.schedulers:DatabaseScheduler
ordjango
are equivalent and if any of them is the preferred method.My suggestion is to explicitly stick to either only using
-S
or using only--scheduler
in 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