This commit is contained in:
Andras Bacsai 2023-12-20 11:37:04 +01:00
parent 3a4f19f368
commit 5bfffce33b

View File

@ -29,7 +29,7 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted
} }
public function middleware(): array public function middleware(): array
{ {
return [(new WithoutOverlapping($this->server->uuid))]; return [(new WithoutOverlapping($this->server->uuid))->dontRelease()];
} }
public function uniqueId(): int public function uniqueId(): int