act_runner/scripts
rowan-allspice d1d3cad4b0
All checks were successful
checks / check and test (push) Successful in 22s
release-nightly / goreleaser (push) Successful in 7m56s
release-nightly / release-image (push) Successful in 10m40s
feat: allow graceful shutdowns (#546)
Add a `Shutdown(context.Context) error` method to the Poller. Calling this method will first shutdown all active polling, preventing any new jobs from spawning. It will then wait for either all jobs to finish, or for the context to be cancelled. If the context is cancelled, it will then force all jobs to end, and then exit.

Fixes #107

Co-authored-by: Rowan Bohde <rowan.bohde@gmail.com>
Reviewed-on: #546
Reviewed-by: Jason Song <i@wolfogre.com>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: rowan-allspice <rowan-allspice@noreply.gitea.com>
Co-committed-by: rowan-allspice <rowan-allspice@noreply.gitea.com>
2024-05-27 07:38:55 +00:00
..
rootless.sh implement act_runner rootless image (#208) 2023-06-12 06:35:27 +00:00
run.sh feat: allow graceful shutdowns (#546) 2024-05-27 07:38:55 +00:00
supervisord.conf fix: Exit docker container on any process exit (#462) 2024-01-30 13:47:42 +00:00