You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "alvarolmedo (via GitHub)" <gi...@apache.org> on 2023/06/13 16:58:25 UTC

[GitHub] [superset] alvarolmedo opened a new issue, #24391: [docker-compose] Problems with Celery beat when the machine is rebooted suddenly

alvarolmedo opened a new issue, #24391:
URL: https://github.com/apache/superset/issues/24391

   A clear and concise description of what the bug is.
   
   #### How to reproduce the bug
   
   1. Run apache superset using docker compose:
   ```
   docker compose -f docker-compose-non-dev.yml up
   ```
   
   2. With containers running, reboot the machine.
   
   ### Expected results
   
   All the containers start and running correctly again.
   
   ### Actual results
   
   The `superset_worker_beat` container  enter in restarting state. The logs shows:
   ```
   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)
   ```
   
   ### Environment
   
   - superset version: `2.1.0`
   
   ### Checklist
   
   Make sure to follow these steps before submitting your issue - thank you!
   
   - [X] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [X] I have reproduced the issue with at least the latest released version of superset.
   - [X] I have checked the issue tracker for the same issue and I haven't found one similar.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] rusackas closed issue #24391: [docker-compose] Problems with Celery beat when the machine is rebooted suddenly

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas closed issue #24391: [docker-compose] Problems with Celery beat when the machine is rebooted suddenly
URL: https://github.com/apache/superset/issues/24391


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org