Skip to content

Commit

Permalink
Remove setting job uuid to id causing error on pgsql
Browse files Browse the repository at this point in the history
  • Loading branch information
romanzipp committed Sep 4, 2023
1 parent b08be00 commit 4539049
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Services/QueueMonitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ protected static function jobQueued(JobQueued $event): void

QueueMonitor::getModel()::query()->create([
'job_id' => $event->id,
'job_uuid' => $event->id,
'name' => get_class($event->job),
/** @phpstan-ignore-next-line */
'queue' => $event->job->queue ?: 'default',
Expand Down

0 comments on commit 4539049

Please sign in to comment.