diff --git a/app/Jobs/CheckTraefikVersionForServerJob.php b/app/Jobs/CheckTraefikVersionForServerJob.php index ac009811c..665b7bdbc 100644 --- a/app/Jobs/CheckTraefikVersionForServerJob.php +++ b/app/Jobs/CheckTraefikVersionForServerJob.php @@ -23,9 +23,7 @@ class CheckTraefikVersionForServerJob implements ShouldQueue public function __construct( public Server $server, public array $traefikVersions - ) { - $this->onQueue('high'); - } + ) {} /** * Execute the job.