chore(backup-scheduling): reduce duplicate-slot log context
This commit is contained in:
parent
4339562273
commit
ca8b9c2e1c
@ -77,9 +77,8 @@ public function dispatchDue(?array $tenantIdentifiers = null): array
|
|||||||
$skippedRuns++;
|
$skippedRuns++;
|
||||||
|
|
||||||
Log::debug('Backup schedule run already dispatched for slot.', [
|
Log::debug('Backup schedule run already dispatched for slot.', [
|
||||||
'tenant_id' => $schedule->tenant_id,
|
'schedule_id' => $schedule->id,
|
||||||
'backup_schedule_id' => $schedule->id,
|
'slot' => $slot->toDateTimeString(),
|
||||||
'scheduled_for' => $slot->toDateTimeString(),
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$schedule->forceFill([
|
$schedule->forceFill([
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user