serverId); instant_remote_process( [dockerRemoveCommandWithTimeout($this->containerName)], $server, timeout: 75, disableMultiplexing: true, ); } public function backoff(): array { return [300, 900]; } public function failed(?\Throwable $exception): void { Log::warning('Deferred container removal failed', [ 'server_id' => $this->serverId, 'container' => $this->containerName, 'error' => $exception?->getMessage(), ]); } }