executionLimitSeconds property
The approximate upper bound for how long a batch job can be executed, in seconds.
If the job runs more than the given upper bound, the job will be canceled.
Immutable.
Implementation
core.int? executionLimitSeconds;
The approximate upper bound for how long a batch job can be executed, in seconds.
If the job runs more than the given upper bound, the job will be canceled.
Immutable.
core.int? executionLimitSeconds;