Replies: 1 comment 1 reply
-
Hi @leetice! The main difference is that jobs running into your (Using multiple queues also allows you to have differents settings (spec checks, batches, etc)) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Curious, is there any functional difference in defining two queues (e.g.
urgent
&default
) and sorting PRs onto them accordingly, as opposed to having a single queue (default
) and assigning different priorities for PRs accordingly (e.g.high
&low
)?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions