Replies: 1 comment 1 reply
-
Maximum execution time on |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I ran queue listener with these options:
php artisan queue:work --queue=default --timeout=0 --sleep=5
Command works fine when we haven't anything to do.
But when all the jobs were done, I faced with these errors after about 2 minutes.
I think there are some issues with the sleep method in the queue listener.
Beta Was this translation helpful? Give feedback.
All reactions