Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop openQA worker processes gracefully to avoid 5xx responses
With this we no longer get `Stopping worker … immediately` which means that `SIGKILL` is sent to the worker process. We instead get `Stopping worker … gracefully` and only `SIGQUIT` is sent to the worker process so it can still conclude its current request. Related ticket/note: https://progress.opensuse.org/issues/162533#note-24
- Loading branch information