Skip to content

Commit 2e06acf

Browse files
committed
servercheckjob should not overlap
1 parent d635799 commit 2e06acf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

app/Jobs/ServerCheckJob.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ public function backoff(): int
4343

4444
public function __construct(public Server $server) {}
4545

46-
public function middleware(): array
47-
{
48-
return [(new WithoutOverlapping($this->server->uuid))];
49-
}
50-
51-
public function uniqueId(): int
52-
{
53-
return $this->server->uuid;
54-
}
46+
// public function middleware(): array
47+
// {
48+
// return [(new WithoutOverlapping($this->server->uuid))];
49+
// }
50+
51+
// public function uniqueId(): int
52+
// {
53+
// return $this->server->uuid;
54+
// }
5555

5656
public function handle()
5757
{

0 commit comments

Comments
 (0)