Pipeline Stages with the same Priority

Hi,

I would like to know how the processing decision is managed when the stages of 2 different Pipelines have the same priority.

E.g:
Pipeline 1 with stage 0 rule xy
Pipeline 2 with stage 0 rule ab

What rules are processed first?

Thanks.

Hi!

Pipeline execution order isn’t guaranteed at the moment, the only guarantee the interpreter give is that stages are being run according to their priority across all matching pipelines.

Ideally you should use stages to control order, but we are aware that this is sometimes tricky to visualize, but unfortunately the server has no good way of imposing a stable order either.

HTH,
Kay

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.