We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d635799 commit 2e06acfCopy full SHA for 2e06acf
app/Jobs/ServerCheckJob.php
@@ -43,15 +43,15 @@ public function backoff(): int
43
44
public function __construct(public Server $server) {}
45
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
+ // public function middleware(): array
+ // {
+ // return [(new WithoutOverlapping($this->server->uuid))];
+ // }
+
+ // public function uniqueId(): int
+ // return $this->server->uuid;
55
56
public function handle()
57
{
0 commit comments