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
Currently we have Background Workers where one Job is only given to one Worker.
It would be great if we can fire events where one event is given to all workers.
I need to inform every server running when a specific entity is created.
Describe the solution you'd like
A system that works just like the workers but the event is published to every worker instead of only one.
Describe alternatives you've considered
There aren't really any alternatives in the rust ecosystem.
The text was updated successfully, but these errors were encountered:
Feature Request
Currently we have Background Workers where one Job is only given to one Worker.
It would be great if we can fire events where one event is given to all workers.
I need to inform every server running when a specific entity is created.
Describe the solution you'd like
A system that works just like the workers but the event is published to every worker instead of only one.
Describe alternatives you've considered
There aren't really any alternatives in the rust ecosystem.
The text was updated successfully, but these errors were encountered: