This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
workflow priority value #2453
Unanswered
rickyschechter
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@rickyschechter Can you provide more details about the Conductor set-up, especially which implementation of queues you are using please? I believe folks have reported issues with priority in Dyno-queues earlier. Can you also check if the priority is being supported by the queuing layer you are using. |
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
-
Looking at: https://netflix.github.io/conductor/gettingstarted/startworkflow/#start-workflow-request, does the "priority" parameter supposedly "prioritize" same task names across workflows to "skip" place in queue for tasks of a higher priority workflow? My initial test did not yield any difference in the order of tasks I was polling no matter the priority value I would use for the workflow I created. Please advise, thanks!
Beta Was this translation helpful? Give feedback.
All reactions