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 17:09:03 UTC

[GitHub] [superset] alvarolmedo opened a new pull request, #24392: Fixes #24391: Problems with celery beat running with docker when the machine is rebooted suddenly

alvarolmedo opened a new pull request, #24392:
URL: https://github.com/apache/superset/pull/24392

   fix(celery beat): starts correctly after a reboot
   
   ### SUMMARY
   Removing pidfile before to start the the service is required to start the service correctly. Using docker not remove other (wrong) pidfile.
   
   ### TESTING INSTRUCTIONS
   1. Run apache superset using docker compose:
   `docker compose -f docker-compose-non-dev.yml up`
   2. With containers running, reboot the machine.
   
   ### ADDITIONAL INFORMATION
   Fixes #24391
   - [X] Has associated issue: #24391
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   


-- 
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


[GitHub] [superset] rusackas merged pull request #24392: fix: Fixes #24391 (Problems with celery beat running with docker when the machine is rebooted suddenly)

Posted by "rusackas (via GitHub)" <gi...@apache.org>.
rusackas merged PR #24392:
URL: https://github.com/apache/superset/pull/24392


-- 
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


[GitHub] [superset] alvarolmedo commented on pull request #24392: fix: Fixes #24391 (Problems with celery beat running with docker when the machine is rebooted suddenly)

Posted by "alvarolmedo (via GitHub)" <gi...@apache.org>.
alvarolmedo commented on PR #24392:
URL: https://github.com/apache/superset/pull/24392#issuecomment-1592543208

   Thanks @craig-rueda @rusackas @john-bodley. :)


-- 
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