SchedulingPolicy

The scheduling policy controls how a reservation's resources are distributed.

JSON representation
{
  "concurrency": string,
  "maxSlots": string
}
Fields
concurrency

string (int64 format)

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

string (int64 format)

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.