From 78cd59c0615442e1e337abe65145664886fe05b0 Mon Sep 17 00:00:00 2001 From: JoshuaMicallefYBSU <91457812+JoshuaMicallefYBSU@users.noreply.github.com> Date: Sun, 20 Oct 2024 22:56:14 +1000 Subject: [PATCH 1/2] Update DiscordAccountCheck.php --- app/Jobs/DiscordAccountCheck.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Jobs/DiscordAccountCheck.php b/app/Jobs/DiscordAccountCheck.php index b65c37e8..1b92978f 100644 --- a/app/Jobs/DiscordAccountCheck.php +++ b/app/Jobs/DiscordAccountCheck.php @@ -32,7 +32,7 @@ class DiscordAccountCheck implements ShouldQueue public function handle() { // Timeout length (seconds) - ini_set('max_execution_time', 2000); + ini_set('max_execution_time', 1400); // Script Start Time $start_time = Carbon::now(); From fa35e55934c216082d9801814e956e5aae498e5f Mon Sep 17 00:00:00 2001 From: JoshuaMicallefYBSU <91457812+JoshuaMicallefYBSU@users.noreply.github.com> Date: Sun, 20 Oct 2024 22:56:47 +1000 Subject: [PATCH 2/2] Update DiscordAccountCheck.php --- app/Jobs/DiscordAccountCheck.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Jobs/DiscordAccountCheck.php b/app/Jobs/DiscordAccountCheck.php index 1b92978f..57b1300f 100644 --- a/app/Jobs/DiscordAccountCheck.php +++ b/app/Jobs/DiscordAccountCheck.php @@ -23,6 +23,8 @@ class DiscordAccountCheck implements ShouldQueue { use Dispatchable, InteractsWithQueue, Queueable, SerializesModels; + public $timeout = 1400; + /** * Execute the job. *