Replies: 1 comment
-
Is this issue still present? Any update? Thanks |
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
-
Summary:
My app is growing and is now running more than 56K periodic tasks. I am using Django Celery Beat for this. I noticed that If I add a new periodic task, my celery beat is stuck.
Exact steps to reproduce the issue:
Detailed information
When I add a periodic task, all the stored ones stop for a long time. Looking at the celery beat logs I realized that for several hours, my celery beat was stuck at this message :
It's been 3 hours like this. Is there a maximum number of periodic tasks ? How can I handle this?
Beta Was this translation helpful? Give feedback.
All reactions