fix(deploy): clear stale celery pidfile + configurable listing goto timeout
This commit is contained in:
@@ -78,4 +78,8 @@ start_proxy_bridge_if_needed() {
|
||||
|
||||
start_proxy_bridge_if_needed "$@"
|
||||
|
||||
# Clean stale celery pidfiles so `docker compose restart worker/beat` works.
|
||||
# `restart` keeps container fs, so a previous PID file blocks new celery start.
|
||||
rm -f /tmp/celery-*.pid 2>/dev/null || true
|
||||
|
||||
exec "$@"
|
||||
|
||||
Reference in New Issue
Block a user