You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some shell jobs are randomly getting stuck in the 'busy' state, and don't clear until we restart the dkron agent.
The job processes launched by dkron agent are finishing as expected and exiting cleanly. Dkron doesn't notice, so the job stays in the 'busy' status, and further executions don't happen (we prevent concurrency).
We recently upgraded from 3.2.0 to 3.2.7, and this problem is now happening randomly with some of our jobs.
Having the same issue with 3.2.7.
Job is merely calling a redis-cli publish check 1 every 5 minutes.
Approx. 1 in 1000 job executions get stuck in busy state forever.
Even setting timeout in executor_config doesn't change the busy state.
Describe the bug
Some shell jobs are randomly getting stuck in the 'busy' state, and don't clear until we restart the dkron agent.
The job processes launched by dkron agent are finishing as expected and exiting cleanly. Dkron doesn't notice, so the job stays in the 'busy' status, and further executions don't happen (we prevent concurrency).
We recently upgraded from 3.2.0 to 3.2.7, and this problem is now happening randomly with some of our jobs.
Job Description
Logs
The job took around ~15 seconds to execute (I can see from the logs that my dkron_run script generates).
Logs for a good job that ran at around the same time. This other job took less than a second to execute.
Specifications
The text was updated successfully, but these errors were encountered: