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; }