X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/58e057254087f406ca4146da7031187487b0ddbc..refs/heads/20602-controller-qos:/sdk/go/arvados/config.go diff --git a/sdk/go/arvados/config.go b/sdk/go/arvados/config.go index ee0e805134..2e9abf2ecb 100644 --- a/sdk/go/arvados/config.go +++ b/sdk/go/arvados/config.go @@ -100,6 +100,7 @@ type Cluster struct { MaxIndexDatabaseRead int MaxItemsPerResponse int MaxConcurrentRequests int + MaxQueuedRequests int LogCreateRequestFraction float64 MaxKeepBlobBuffers int MaxRequestAmplification int @@ -557,7 +558,9 @@ type CloudVMsConfig struct { Enable bool BootProbeCommand string + InstanceInitCommand string DeployRunnerBinary string + DeployPublicKey bool ImageID string MaxCloudOpsPerSecond int MaxProbesPerSecond int