runner/internal/app/cmd
rowan-allspice 30029567f7
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 https://gitea.com/gitea/act_runner/issues/107

Co-authored-by: Rowan Bohde <rowan.bohde@gmail.com>
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/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>
(cherry picked from commit d1d3cad4b0bfd0bfc5df344306f304043ff63223)

Conflicts:
	internal/pkg/config/config.example.yaml
	internal/pkg/config/config.go
	scripts/run.sh
	trivial context conflicts
2024-06-03 15:14:50 +02:00
..
cache-server.go Run as cache server (#275) 2023-07-07 08:28:54 +00:00
cmd.go [FORGEJO] add the create-runner-file 2023-08-23 16:03:12 +02:00
create-runner-file.go [FORGEJO] add the create-runner-file 2023-08-23 16:03:12 +02:00
create-runner-file_test.go [FORGEJO] add the create-runner-file 2023-08-23 16:03:12 +02:00
daemon.go feat: allow graceful shutdowns (#546) 2024-06-03 15:14:50 +02:00
exec.go Sanitize UFT-8 content in logs (#453) 2024-03-11 22:10:26 +07:00
register.go [FORGEJO] default labels to a single docker 2023-08-23 16:03:12 +02:00