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
Seems as beanstalkd reserve is a blocking call, other commands such as watch/ ignore are hanging. Is there way to watch while the client is still in reserve?
Is WATCH not allowed while in RESERVE call? Is this the way beanstalkd works or is it fivebeans?
In the below code, first reserve command is run and then watch command after 2 secs, but watch command callback is never run.
consumer.js
Output
The text was updated successfully, but these errors were encountered: