cloudbase / garm

GitHub Actions Runner Manager
Apache License 2.0
135 stars 26 forks source link

Allow configuration of job backoff interval #274

Closed gabriel-samfira closed 4 months ago

gabriel-samfira commented 4 months ago

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.

Fixes: #270