mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-08-08 13:45:02 +02:00
## Description Issue described in #460 ## Changes - Edited `supervisord.conf` to exit if it detects any of the supervisored processes exiting. - minor text fix ## Notes Without this change (or something similar), if act_runner fails, then the container will stay up as a zombie container - it does nothing and does not restart. After this change, if act_runner fails (e.g. due to Gitea instance being down), then supervisord will exit and the container will be restarted. Reviewed-on: https://gitea.com/gitea/act_runner/pulls/462 Reviewed-by: Lunny Xiao <[email protected]> Co-authored-by: davidfrickert <[email protected]> Co-committed-by: davidfrickert <[email protected]>