Job doesn't run with message: "Unable to process request: No celery workers running on queue default" #5553
-
I have a Nautobot 1.6.7 instance running. Approximately 5% of the time I try to start a job, I get the message I have 2 workers running on 1 queue, but the same thing happened when I had 1 worker. Does anybody have any suggestions on how I could fix the issue, or maybe point me to a direction I should investigate. thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The celery command that retrieves the workers on a queue has a timeout of 1 second by default so if your workers are taking longer than that to respond then you'll receive the error about no available workers. The timeout isn't configurable today in Nautobot but could be set here |
Beta Was this translation helpful? Give feedback.
The celery command that retrieves the workers on a queue has a timeout of 1 second by default so if your workers are taking longer than that to respond then you'll receive the error about no available workers. The timeout isn't configurable today in Nautobot but could be set here