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 IO Manager will independently handles each message containing a chunk of job output and appends it to redis. This leaves a race wrt the order of output between the handler and redis in the case of multiple IO Managers running at the same time.
The text was updated successfully, but these errors were encountered:
Capturing Dialogue from: #34 (comment)
Currently the
IO Manager
will independently handles each message containing a chunk of job output and appends it toredis
. This leaves a race wrt the order of output between the handler andredis
in the case of multipleIO Managers
running at the same time.The text was updated successfully, but these errors were encountered: