This commit is contained in:
Dennis
2020-10-20 12:21:13 +02:00
parent b016c18880
commit 8e036b1c01

View File

@@ -46,8 +46,8 @@ class CreateServer implements ShouldQueue
$this->server->ploi_id = $ploiServer->id;
$this->server->save();
// Lets fetch the status after 2 minutes
dispatch(new FetchServerStatus($this->server))->delay(now()->addMinutes(2));
// Lets fetch the status after 5 minutes
dispatch(new FetchServerStatus($this->server))->delay(now()->addMinutes(5));
}
public function failed(\Exception $exception)