You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if there is a capability to run 2 schedulers simultaneously: specific scheduler for specific queue?
As mentioned here there is a capability to run multiple schedulers for single queue for higher reliability and stability. But I would like to run 2 schedulers for completely different set of tasks but with single redis instance.
Now I got the problem here.
As I see, sometimes jobs from "QUEUE 2" (Scheduler2) are not executed and not planned (al least from second repeat).
Is it ok?
In some cases I also got a warning: Lock already taken - skipping run
P.S. Yes, I can organize the pipeline with single schedulers, but having multiple queues and schedulers would provide more flexibility for workers count tuning (for example I need 5 workers for "QUEUE 1" and 3 for "QUEUE 2").
The text was updated successfully, but these errors were encountered:
I'm wondering if there is a capability to run 2 schedulers simultaneously: specific scheduler for specific queue?
As mentioned here there is a capability to run multiple schedulers for single queue for higher reliability and stability. But I would like to run 2 schedulers for completely different set of tasks but with single redis instance.
Now I got the problem here.
As I see, sometimes jobs from "QUEUE 2" (Scheduler2) are not executed and not planned (al least from second repeat).
Is it ok?
In some cases I also got a warning: Lock already taken - skipping run
P.S. Yes, I can organize the pipeline with single schedulers, but having multiple queues and schedulers would provide more flexibility for workers count tuning (for example I need 5 workers for "QUEUE 1" and 3 for "QUEUE 2").
The text was updated successfully, but these errors were encountered: