X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/57792708500261a817e6957e65c80c7f798a36e9..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 01e9902c86..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 @@ -221,9 +222,10 @@ type Cluster struct { EmailFrom string } SystemLogs struct { - LogLevel string - Format string - MaxRequestLogParamsSize int + LogLevel string + Format string + MaxRequestLogParamsSize int + RequestQueueDumpDirectory string } TLS struct { Certificate string @@ -556,7 +558,9 @@ type CloudVMsConfig struct { Enable bool BootProbeCommand string + InstanceInitCommand string DeployRunnerBinary string + DeployPublicKey bool ImageID string MaxCloudOpsPerSecond int MaxProbesPerSecond int