diff --git a/config/queue.php b/config/queue.php index b4ae7965..904a1d7a 100644 --- a/config/queue.php +++ b/config/queue.php @@ -45,7 +45,7 @@ return [ 'driver' => 'beanstalkd', 'host' => 'localhost', 'queue' => 'default', - 'ttr' => 90, + 'expire' => 90, ], 'sqs' => [