Skip to content

[5.3] ProcessTimedOutException when calling queue:listen #14792

@ryantbrown

Description

@ryantbrown

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions