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
the effect I get is that each actor picks up the job. What I'd like is just one of them to pick up the job, like you'd have with a normal FIFO queue system.
Is that possible with xactor?
The text was updated successfully, but these errors were encountered:
Currently if I spawn multiple actors:
and then publish a job:
the effect I get is that each actor picks up the job. What I'd like is just one of them to pick up the job, like you'd have with a normal FIFO queue system.
Is that possible with
xactor
?The text was updated successfully, but these errors were encountered: