-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
1
-
Severity 3 - Minor
-
103
-
Issue Summary
When running a build that runs into the 100 concurrent steps limitation of Pipelines, you will see the following error message:
Seems like you're running a lot of pipelines at the same time. This is usually due to an accidental push. To conserve your minutes, we won't run them all.
This error message is not accurate, as it's the same error message that is being used for when your build was triggered as part of a push that has more than 5 branches or tags.
This feature request is to change the error message to be unique, so that it reflects what the problem actually is and what to do to fix it, like this:
Seems like you're running 100+ Pipelines parallel steps concurrently. This is a soft limitation of Pipelines. If this wasn't a mistake, please open a support ticket at support.atlassian.com to get this limitation removed.
Steps to Reproduce
- Run more than 100 concurrent steps at the same time.
- You will see the following error message:
Seems like you're running a lot of pipelines at the same time. This is usually due to an accidental push. To conserve your minutes, we won't run them all.
Expected Results
The error message that shows up when running 100+ concurrent steps on a workspace should be the following, or similar to it:
Seems like you're running 100+ Pipelines parallel steps concurrently. This is a soft limitation of Pipelines. If this wasn't a mistake, please open a support ticket at support.atlassian.com to get this limitation removed.
Actual Results
The error message that shows up when running 100+ concurrent steps on a workspace is the following:
Seems like you're running a lot of pipelines at the same time. This is usually due to an accidental push. To conserve your minutes, we won't run them all.
Workaround
Currently there is no known workaround for this behavior.