We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using multiple celery workers they start without issues
The following error is raised because the worker.state is the same for all the workers when spowned
_gdbm.error: [Errno 11] Resource temporarily unavailable: '/mnt/volumes/statics/worker.state'
Run multiple celery instances with docker
The text was updated successfully, but these errors were encountered:
mattiagiupponi
Successfully merging a pull request may close this issue.
Expected Behavior
When using multiple celery workers they start without issues
Actual Behavior
The following error is raised because the worker.state is the same for all the workers when spowned
Steps to Reproduce the Problem
Run multiple celery instances with docker
Specifications
The text was updated successfully, but these errors were encountered: