You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.