garm/runner/pool
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.go Deduplicate code 2024-03-17 10:21:41 +00:00
locking.go Remove some code, move some code around 2024-04-01 14:52:37 +00:00
pool.go Allow configuration of job backoff interval 2024-07-01 10:27:31 +00:00
stub_client.go Use watcher and get rid of RefreshState() 2024-06-21 13:47:48 +00:00
util.go Use watcher and get rid of RefreshState() 2024-06-21 13:47:48 +00:00
util_test.go Add some unit tests 2024-03-15 14:35:23 +00:00
watcher.go Use watcher and get rid of RefreshState() 2024-06-21 13:47:48 +00:00