Break lock and lower scale down timeout
Break the lock on a job if it's still queued and the runner that it triggered was assigned to another job. This may cause leftover runners to be created, but we scale those down in ~3 minutes. Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
1287a93cf2
commit
a15a91b974
9 changed files with 124 additions and 36 deletions
|
|
@ -136,6 +136,7 @@ type CreateInstanceParams struct {
|
|||
// The runner group must be created by someone with access to the enterprise.
|
||||
GitHubRunnerGroup string
|
||||
CreateAttempt int `json:"-"`
|
||||
AditionalLabels []string
|
||||
}
|
||||
|
||||
type CreatePoolParams struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue