feat: allow to configure the runner name
This commit is contained in:
parent
b2a22e1e79
commit
6af3025743
19 changed files with 571 additions and 5 deletions
|
|
@ -56,6 +56,7 @@ type Pool struct {
|
|||
Base
|
||||
|
||||
ProviderName string `gorm:"index:idx_pool_type"`
|
||||
RunnerPrefix string
|
||||
MaxRunners uint
|
||||
MinIdleRunners uint
|
||||
RunnerBootstrapTimeout uint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue