docker-github-actions-runner
docker-github-actions-runner copied to clipboard
Please implement graceful shutdown of runners
We are currently facing the issue that runners get killed on pod evections and jobs running into nowhere.
There is an upstream runner project, which implement graceful shutdown script. It would be great, if it could be implement as well, too.
See: https://github.com/actions/actions-runner-controller/pull/1759
Please also support that with persistent runners.