Replies: 1 comment 6 replies
-
I've seen someone talk about It looks like a nice solution, but I need to investigate it a bit to know if it's what I'm really looking for. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello to the people reading this message.
I currently have a use case where jobs must access shared ressources, but only one job can access the given ressource at a time. Jobs are assigned to a ressource (they can't use another one)
I made some nice images so that it's easier to understand the situation
Let me know if it isn't clear enough.
Solutions I've thought of
Dream solution
The best would be to have some way of specifying a "filter" function when instantiating the worker.
E.g.:
Beta Was this translation helpful? Give feedback.
All reactions