20602: Add IneligibleForQueuePriority const.
[arvados.git] / sdk / go / arvados / config.go
index 1018a9f236a9dc3ac6a0196cf5a5833881f7279a..2e9abf2ecb4c36904e36da2dff15a4c8eea9ea2a 100644 (file)
@@ -100,6 +100,7 @@ type Cluster struct {
                MaxIndexDatabaseRead             int
                MaxItemsPerResponse              int
                MaxConcurrentRequests            int
+               MaxQueuedRequests                int
                LogCreateRequestFraction         float64
                MaxKeepBlobBuffers               int
                MaxRequestAmplification          int
@@ -559,6 +560,7 @@ type CloudVMsConfig struct {
        BootProbeCommand               string
        InstanceInitCommand            string
        DeployRunnerBinary             string
+       DeployPublicKey                bool
        ImageID                        string
        MaxCloudOpsPerSecond           int
        MaxProbesPerSecond             int