Hello,
I’ve started running into the trigger build depth limit, which according to the documentation seems to be set to 10.
In our setup, we’ve split the workflow into multiple pipelines that are either triggered by an action or scheduled. To speed up dependent steps, I added asynchronous triggers so that processing can start immediately when data becomes available.
However, this results in the pipeline failing due to the build depth limitation. I was assuming that asynchronous (async) triggers would not count toward the depth, since each triggered pipeline runs independently. Could you clarify why async triggers are still subject to this limitation?
It is possible to decouple these triggers from the depth count?
If not I understand that quotas can be increased. Would that be the case if we run our own agents? Is this limitation applied at the organization level in Buildkite, or does it depend on our self-managed agent?
Thank you for your help,
Ondřej
