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
(thinkTank) 1xBlocking: get all messages and return, if no messages are present block till one is present
(thinkTank) AllxBLocking: block till every box has messages
The text was updated successfully, but these errors were encountered:
The final behaviour will be an extension to the current priority queues implementation, extending it by accepting any number of queues.
The algorithm will be implemented as a LUA script in REDIS.
The current priority algorithm / behaviour get override by this functionality (and will disappear)
The Redis cluster for queues will disappear also, so we will rely un Redis cluster when necessary.
Provide a BOX array to obtain messages
Several scenarios may apply:
(MUST) Non blocking: get all messages and return
(thinkTank) 1xBlocking: get all messages and return, if no messages are present block till one is present
(thinkTank) AllxBLocking: block till every box has messages
The text was updated successfully, but these errors were encountered: