Search results for ShouldBeUnique

boring-o11y/skystan

4 Favers
29 Downloads

Larastan/PHPStan rules for queued Laravel jobs: ShouldBeUnique jobs must declare uniqueFor and (when parameterized) uniqueId, unique jobs may not be batched or bulk-dispatched, batched jobs must be Batchable and honour cancellation, jobs holding an Eloquent model in a public property must use SerializesModels, and jobs dispatched inside DB::transaction() must use afterCommit.

Go to Download


boring-o11y/unique-job-middleware

0 Favers
1 Downloads

A queue job middleware that checks a ShouldBeUnique job's lock again when it runs, and skips the copies queued past it.

Go to Download