You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workers stuck in EXITED — Supervisor autorestart=unexpected (introduced in 4.1.2) prevented workers from restarting after a graceful --max-time exit (exit code 0); reverted to autorestart=true which is safe because supervisorctl stop (used during deploys) puts processes in STOPPED state, which Supervisor never auto-restarts regardless of the autorestart setting