From d3e1eccfa5964ad2ed17b94d12b7352234e85323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Thu, 22 Aug 2024 10:59:38 +0200 Subject: [PATCH] Fix sleep --- app/Commands/ServeCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Commands/ServeCommand.php b/app/Commands/ServeCommand.php index c7c1674..6bbf0ea 100644 --- a/app/Commands/ServeCommand.php +++ b/app/Commands/ServeCommand.php @@ -85,6 +85,7 @@ class ServeCommand extends Command $jobs = $response->json(); if (empty($jobs)) { + sleep(2); continue; }