We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3713dae commit 5c857eeCopy full SHA for 5c857ee
app/Jobs/Speedtests/ExecuteOoklaSpeedtest.php
@@ -64,6 +64,7 @@ public function handle(): void
64
$message = collect(array_filter($messages, 'json_validate'))->last();
65
66
$this->result->update([
67
+ 'server_id' => $this->serverId,
68
'data' => json_decode($message, true),
69
'status' => ResultStatus::Failed,
70
]);
@@ -100,6 +101,7 @@ protected function checkForInternetConnection(): bool
100
101
102
if ($ping->ping() === false) {
103
104
105
'data' => [
106
'type' => 'log',
107
'level' => 'error',
0 commit comments