I can't work out how to configure Redis Lists trigger for Celery queues with priorities #5868
Unanswered
bumper-jorge-pino
asked this question in
Q&A / Need Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently using Redis as a broker for Celery asynchronous tasks. Before implementing any priorities to the tasks I had Keda running successfully. Here my trigger setup:
Since we have implemented priorities to the tasks, queues are now split into 4 different queues with different names. The highest priority queue will be named celery, and the the other queues will have a separator (by default x06x16) and their priority number appended to the queue name.
I do wonder if
listName
parameter could accept a list of queues and do the sum of items to determine the total number of tasks queued.Any suggestions or help will be very welcome.
Regards.
Jorge
Beta Was this translation helpful? Give feedback.
All reactions