garm/runner
Gabriel Adrian Samfira 892a62bfe4 Allow configuration of job backoff interval
GARM has a backoff interval when consuming queued jobs. This backoff
is intended to allow any potential idle runners to pick up a job before
GARM attempts to spin up a new one. This change allows users to set a
custom backoff interval or disable it altogether by setting it to 0.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2024-07-01 10:27:31 +00:00
..
common Use watcher and get rid of RefreshState() 2024-06-21 13:47:48 +00:00
metrics Add job info in runner list 2024-03-11 15:46:18 +00:00
mocks Use watcher and get rid of RefreshState() 2024-06-21 13:47:48 +00:00
pool Allow configuration of job backoff interval 2024-07-01 10:27:31 +00:00
providers fix: godoc linter warnings (TODOs) 2024-02-22 15:06:53 +01:00
common_test.go fix: goconst linter findings 2024-02-22 17:39:02 +01:00
enterprises.go Use watcher and get rid of RefreshState() 2024-06-21 13:47:48 +00:00
enterprises_test.go Use watcher and get rid of RefreshState() 2024-06-21 13:47:48 +00:00
github_credentials.go Add github credentials API and cli code 2024-04-22 14:08:37 +00:00
github_endpoints.go Add github credentials API and cli code 2024-04-22 14:08:37 +00:00
interfaces.go Use watcher and get rid of RefreshState() 2024-06-21 13:47:48 +00:00
metadata.go Slightly simplify code 2024-03-30 18:22:06 +00:00
organizations.go Use watcher and get rid of RefreshState() 2024-06-21 13:47:48 +00:00
organizations_test.go Use watcher and get rid of RefreshState() 2024-06-21 13:47:48 +00:00
pools.go remove required tags during update 2024-05-22 06:03:06 +02:00
pools_test.go remove required tags during update 2024-05-22 06:03:06 +02:00
repositories.go Use watcher and get rid of RefreshState() 2024-06-21 13:47:48 +00:00
repositories_test.go Use watcher and get rid of RefreshState() 2024-06-21 13:47:48 +00:00
runner.go Use watcher and get rid of RefreshState() 2024-06-21 13:47:48 +00:00
types.go Move code to external package 2023-07-21 15:34:18 +00:00