Replies: 1 comment 7 replies
|
@jtwaleson We currently support I agree that having Would you like to open a PR for this implementation? Alternatively, if you prefer, you can share your design approach, and we can discuss the best way to implement it. |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have some jobs that are very CPU intensive and I would only like to schedule one of them at the same time. I have others that are more network intensive and can run many of them concurrently.
A solution would be to add a parameter to each worker type to select which kind of jobs it will take.
You could have:
If there's some interest in this I could attempt a PR. We could also argue that this is too specialized and for use cases like this, an external scheduler should be used.
All reactions