Skip to content
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.3] Don't timeout queue when --timeout=0 #16465

Merged
merged 1 commit into from
Nov 18, 2016

Conversation

shadoWalker89
Copy link
Contributor

php artisan queue:work --timeout=0 will timeout after 3 seconds.

The default value for --sleep is 3
So even if the --timeout is 0 when we sum $options->timeout + $options->sleep we still get 3

@taylorotwell taylorotwell merged commit 6e315e2 into laravel:5.3 Nov 18, 2016
@shadoWalker89 shadoWalker89 deleted the queue_timeout branch November 18, 2016 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants