We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
2 parents3c07448 +b0d0360 commitf7bfc4cCopy full SHA for f7bfc4c
_docs/configure-ci-cd-pipeline/monitoring-pipelines.md
@@ -38,7 +38,11 @@ At the most basic level you can choose between
38
39
**Running* builds that are currently executing
40
**Pending* builds which are queued and waiting to start
41
-**Delayed* builds which cannot run yet, because there are not free pipeline builders
+**Delayed* builds which cannot run yet, because there are no free pipeline builders.
42
+ A build can be delayed for a maximum of seven days, and each account can have up to 1000 delayed builds at any time.
43
+* Builds that are delayed for more than seven days are terminated with a_Delay time limit exceeded_ reason.
44
+* If the total number of delayed builds exceed 1000, older builds are terminated with a_Maximum delayed workflows exceeded_ reason.
45
+
46
**All* builds regardless of running stage (this is the default)
47
48
You can further filter the builds by choosing the various filter types that specify the build job.