-
Notifications
You must be signed in to change notification settings - Fork 11k
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
[5.0] [Bug] queue:work --daemon fails to execute #6379
Comments
Did you update |
@theshiftexchange Including |
Did you clear compiled? |
@GrahamCampbell I updated my steps in the ticket to reflect both adding |
I think it's because no 'exception' bound to container yet in Laravel 5, and the WorkCommand console call it. |
Yeh, I can confirm this is an issue @taylorotwell. php artisan queue:work --daemon --sleep=3 --tries=3
|
Hey @taylorotwell, this was probably closed due to the merge, but I'm still able to reproduce. |
I'll investigate this... |
K Fixed that container resolution. |
I'll test this out in 2 secs. Didn't have time to "investigate" yet. :) |
Works. :) |
I am having some trouble getting the queue workers to operate in daemon mode. I've been able to reproduce on a fresh install of laravel from composer, please let me know if you need more information.
Input:
Output:
The text was updated successfully, but these errors were encountered: