feat: allow to configure the runner name

This commit is contained in:
Michael Kuhnt 2022-12-19 20:56:16 +01:00
parent b2a22e1e79
commit 6af3025743
No known key found for this signature in database
GPG key ID: 088DC1E2EDC5A631
19 changed files with 571 additions and 5 deletions

View file

@ -56,6 +56,7 @@ type Pool struct {
Base
ProviderName string `gorm:"index:idx_pool_type"`
RunnerPrefix string
MaxRunners uint
MinIdleRunners uint
RunnerBootstrapTimeout uint