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, the executor shares a queue with the broker and the broker distributes the individual tasks to the individual workers. Still is would also be possible to have all workers directly access the queue of the user facing executor, the only thing that is unclear in that case is how to make sure the initialisation function is communicated to all workers.
The text was updated successfully, but these errors were encountered:
Currently, the
executor
shares a queue with thebroker
and thebroker
distributes the individual tasks to the individualworkers
. Still is would also be possible to have allworkers
directly access the queue of the user facingexecutor
, the only thing that is unclear in that case is how to make sure the initialisation function is communicated to allworkers
.The text was updated successfully, but these errors were encountered: