chore: prepare for PR

This commit is contained in:
Andras Bacsai 2026-02-23 12:19:57 +01:00
parent 0c8b9b75f4
commit cb0f5cc812

View file

@ -104,7 +104,7 @@ public function handle(): void
Log::channel('scheduled')->info('ScheduledJobManager completed', [
'execution_time' => $this->executionTime->toIso8601String(),
'duration_ms' => Carbon::now()->diffInMilliseconds($this->executionTime),
'duration_ms' => $this->executionTime->diffInMilliseconds(Carbon::now()),
'dispatched' => $this->dispatchedCount,
'skipped' => $this->skippedCount,
]);