Answer the question
In order to leave comments, you need to log in
How to remove/increase timeout in queue in Laravel?
Driver: SQS
Jobra in Laravel dies with this message:
App\Listeners\NestedJob\RenderContent has been attempted too many times or run too long. The job may have previously timed out.
/**
* @var string
*/
public $queue = 'cc-staging-worker-queue';
/**
* @var int
*/
public $tries = 1;
/**
* @var int
*/
public $timeout = 5000000;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question