Hi,
I was wondering if it were possible for a task to belong to multiple internal queues at once, and be limited by both of them?
e.g.
QUEUE1 Max = 2
QUEUE2 Max = 4
Number QUEUE1 tasks = 1
Number QUEUE2 tasks = 4
=> task will not run
Number QUEUE1 tasks = 2
Number QUEUE2 tasks = 1
=> task will not run
Number QUEUE1 tasks = 1
Number QUEUE2 tasks = 3
=> task will run
When I try, I get the following message:
[INFO] 2019-02-25T22:24:50+0000 + QUEUE2: ignoring task_name from parent_family (already assigned to a queue)
Regards,
Tom