From 40347744e0d4b0856632b6c6f2dca175c73642dc Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 9 Sep 2024 09:08:43 +0200 Subject: [PATCH] chore: Set timeout for ServerCheckJob to 60 seconds --- app/Jobs/ServerCheckJob.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Jobs/ServerCheckJob.php b/app/Jobs/ServerCheckJob.php index 5b0eec7c6..f7b54cd80 100644 --- a/app/Jobs/ServerCheckJob.php +++ b/app/Jobs/ServerCheckJob.php @@ -26,6 +26,8 @@ class ServerCheckJob implements ShouldBeEncrypted, ShouldQueue public $tries = 3; + public $timeout = 60; + public $containers; public $applications;