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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
A clear and concise description of what the bug is.
docker compose -f docker-compose-non-dev.yml up
All the containers start and running correctly again.
The superset_worker_beat container enter in restarting state. The logs shows:
superset_worker_beat
Loaded your LOCAL configuration at [/app/docker/pythonpath_dev/superset_config.py] celery beat v5.2.2 (dawn-chorus) is starting. ERROR: Pidfile (/tmp/celerybeat.pid) already exists. Seems we're already running? (pid: 10)
2.1.0
Make sure to follow these steps before submitting your issue - thank you!
The text was updated successfully, but these errors were encountered:
Fix apache#24391: Problems with celery beat running with docker when …
57dbadf
…the machine is rebooted suddenly
fix: Fixes #24391 (Problems with celery beat running with docker when…
19a9400
… the machine is rebooted suddenly) (#24392) Co-authored-by: Alvaro Olmedo <alvaro.olmedo@datadope.io>
Successfully merging a pull request may close this issue.
A clear and concise description of what the bug is.
How to reproduce the bug
Expected results
All the containers start and running correctly again.
Actual results
The
superset_worker_beat
container enter in restarting state. The logs shows:Environment
2.1.0
Checklist
Make sure to follow these steps before submitting your issue - thank you!
The text was updated successfully, but these errors were encountered: