fix: revert random container job delay

This commit is contained in:
Andras Bacsai
2023-12-13 15:40:57 +01:00
parent 638bcf9732
commit db13dd9304
3 changed files with 3 additions and 5 deletions

View File

@@ -40,8 +40,6 @@ class ContainerStatusJob implements ShouldQueue, ShouldBeEncrypted
public function handle()
{
$rand = rand(1, 15);
Sleep::for($rand)->seconds();
try {
if (!$this->server->isServerReady()) {
return;