Stop
🔗 Original page — Source of this material
Description

This tab contains settings for the conditions under which the project will stop running.
Number of Successes
The project will stop after the specified number of successful runs set in this option.
Default: -1 (minus one; infinite) — do not count successes.
Number of Consecutive Failures
The project will stop after it ends with an error the number of times in a row as specified in this option.
The consecutive failures counter resets after the template succeeds at least once. By default, the “Consecutive Failures” column is disabled in the projects table, but you can enable it. How to do so is described in the article ❗→ Projects Table.
Default: -1 (minus one; infinite) — do not count consecutive failures.
Execution Timeout (seconds)
The time allocated for a single project run. If the project doesn't finish within this time, it will be interrupted, regardless of which step the template is on.
Example
Suppose you have a template and know it usually runs for around 6–8 minutes. You might set “Execution Timeout” to 600 seconds (10 minutes, with a bit of margin). If the template were to freeze for any reason during execution, it would be interrupted 600 seconds after it started.
Run BadEnd When Project Is Interrupted
If this option is enabled and you interrupt the project using the ❗→ appropriate button, or if the “Execution Timeout” is reached (as described above), project execution will jump to ❗→ BadEnd.