The scheduling policy controls how a reservation's resources are distributed.
| JSON representation |
|---|
{ "concurrency": string, "maxSlots": string } |
| Fields | |
|---|---|
concurrency |
Optional. If present and > 0, the reservation will attempt to limit the concurrency of jobs running for any particular project within it to the given value. This feature is not yet generally available. |
maxSlots |
Optional. If present and > 0, the reservation will attempt to limit the slot consumption of queries running for any particular project within it to the given value. This feature is not yet generally available. |