servercheckjob should not overlap
This commit is contained in:
parent
d635799b80
commit
2e06acf653
1 changed files with 8 additions and 8 deletions
|
|
@ -43,15 +43,15 @@ public function backoff(): int
|
||||||
|
|
||||||
public function __construct(public Server $server) {}
|
public function __construct(public Server $server) {}
|
||||||
|
|
||||||
public function middleware(): array
|
// public function middleware(): array
|
||||||
{
|
// {
|
||||||
return [(new WithoutOverlapping($this->server->uuid))];
|
// return [(new WithoutOverlapping($this->server->uuid))];
|
||||||
}
|
// }
|
||||||
|
|
||||||
public function uniqueId(): int
|
// public function uniqueId(): int
|
||||||
{
|
// {
|
||||||
return $this->server->uuid;
|
// return $this->server->uuid;
|
||||||
}
|
// }
|
||||||
|
|
||||||
public function handle()
|
public function handle()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue