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
Just validating since it is not clear from the docs: if an exception occurs in the callback associated with consume(), will Redis keep the message and the client can retry it, or will it consume it anyway and remove it from the queue?
Also, does this provide support for multiple clients? Can I have 3 servers processing in parallel different messages from the same Redid queue (whichever server gets each one first)?
Thanks!
The text was updated successfully, but these errors were encountered:
Just validating since it is not clear from the docs: if an exception occurs in the callback associated with consume(), will Redis keep the message and the client can retry it, or will it consume it anyway and remove it from the queue?
Also, does this provide support for multiple clients? Can I have 3 servers processing in parallel different messages from the same Redid queue (whichever server gets each one first)?
Thanks!
The text was updated successfully, but these errors were encountered: