-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make the queue clearable #26
base: master
Are you sure you want to change the base?
Conversation
Thanks for the contribution. According to the documentation this method can still return 500 error with The behaviour of |
How about this? |
@squigg What do you think of the solution I implemented? |
Hey, sorry for the delay. I think we need to be more specific about the I had a quick look and it seems that the code that parses the response in I'm not sure whether the |
Added functionality to make the Azure queue clearable. This will make
php artisan queue:clear
work.