Skip to content

Commit

Permalink
Merge pull request #97 from AKHIL-882/patch-1
Browse files Browse the repository at this point in the history
Update MonitoredScheduledTask.php to get the failed response to be st…
  • Loading branch information
freekmurze authored Nov 29, 2023
2 parents 682df2e + 590badd commit d5d24aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Models/MonitoredScheduledTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ public function markAsFailed($event): self
'runtime' => $event->runtime,
'exit_code' => $event->task->exitCode,
'memory' => memory_get_usage(true),
'output' => $this->getEventTaskOutput($event),
]);
}

Expand Down

0 comments on commit d5d24aa

Please sign in to comment.