From d5508cf2d08167624e93ec9321ed4737a1b003b7 Mon Sep 17 00:00:00 2001 From: Ankur Kumar Date: Mon, 14 Feb 2022 22:41:14 +0530 Subject: [PATCH] config: add some more defaults to supervisor (#1122) --- config/horizon.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/horizon.php b/config/horizon.php index a4a0f9eb..0bf87fba 100644 --- a/config/horizon.php +++ b/config/horizon.php @@ -170,8 +170,11 @@ 'queue' => ['default'], 'balance' => 'auto', 'maxProcesses' => 1, + 'maxTime' => 0, + 'maxJobs' => 0, 'memory' => 128, 'tries' => 1, + 'timeout' => 60, 'nice' => 0, ], ],