allowQueueing property
Whether new scheduled runs can be queued when max_concurrent_runs limit is reached.
If set to true, new runs will be queued instead of skipped. Default to false.
Optional.
Implementation
core.bool? allowQueueing;
Whether new scheduled runs can be queued when max_concurrent_runs limit is reached.
If set to true, new runs will be queued instead of skipped. Default to false.
Optional.
core.bool? allowQueueing;