allowQueueing property

bool? allowQueueing
getter/setter pair

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;