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
Horizon does not properly handle process death and supervisor restarts.
Current Behavior:
If the operating system kills a process, or the infrastructure (the server itself) is restarted, all currently executing jobs remain in a Pending state until they timeout.
Desired Behavior:
Jobs should re-start if their worker process or supervisor are restarted.
Steps To Reproduce
Kill a worker process
Observe job remains in pending state