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
There is some tension between the queue backend functions which return true and throw exceptions. If there is no way to return false, then calling code will include redundant error handling for no good reason.
However, voiding the return value will probably break existing code. We can leave the "return true" until this usage is deprecated...
Do you agree that we should throw a JobNotFound exception whenever get($key) or pop() fails to find a message?