-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Closed
Description
When I run php artisan queue:listen sqs
I get the following error:
[Symfony\Component\Process\Exception\ProcessTimedOutException]
The process "'/usr/bin/php7.0' 'artisan' queue:work 'sqs' --queue='grin-market-1' --delay=0 --memory=128 --sleep=3 --tries=0 --env='local'" exceeded the timeout of 60 seconds.
The timeout occurs when the process reaches the --timeout
value, whether any jobs are being fired or not. Jobs that fire before the timeout are working properly, but the process dies when the --timeout
is reached.
I did not see any other issues related to this specifically. Also, its entirely possible I am doing something wrong, but I have used queues many times with Laravel 5.2 and below without incident.
bdteo
Metadata
Metadata
Assignees
Labels
No labels