Crontab schedule is excluded from database fetching #917
Replies: 1 comment 2 replies
-
@auvipy : Could you please briefly comment, if the behaviour described above is correct or if I am doing something wrong? |
Beta Was this translation helpful? Give feedback.
2 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.
-
When I create a PeriodicTask with a crontab schedule in the django admin, it is not always fetched properly by the celery beat process.
It seems that some hours are excluded except the hours around the system time and 4 AM since this is used by some celery cleanup job.
I do not see the reason for the exclusion, since the scheduler is only updated on restart or on changes.
So some crontab tasks will never be executed.
Beta Was this translation helpful? Give feedback.
All reactions