Laravel Tip 💡

Using `ShouldBeUnique` jobs?

Laravel 13.25 adds `UniqueJobSkipped`, so you can react when Laravel skips a duplicate unique job.

`uniqueId()` tells Laravel which jobs are duplicates, and the event lets you log or handle the skipped job.

Useful when you want to know which work was skipped.

image

  • No matching results...
  • Searching...

/ 1000