Replies: 4 comments 1 reply
-
This is possible as far as I know, if you don't Workers can use
For this one, i am not sure, as far as I have used the library, as soon as something is not |
Beta Was this translation helpful? Give feedback.
-
That's great. Are you aware if there is a feature to have multiple job queues and dedicated executors for each of them? |
Beta Was this translation helpful? Give feedback.
-
I edited my post to answer that :) @Blejwi |
Beta Was this translation helpful? Give feedback.
-
Thanks, I'll play with the configuration and verify if that's possible. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m wondering if it’s possible to separate the scheduling and processing of tasks.
In my scenario, I have an API instance responsible for scheduling tasks, and I would like to have multiple worker instances dedicated to executing those scheduled tasks. This is to keep the API instance under a lighter load.
Additionally, is it possible to configure the executor to pick up only specific types of tasks? For example, I’d like to set up a separate instance for heavy, long-running tasks and scale those independently from the instances handling short tasks.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions