mlntn / laravel-unique-queue

Laravel queue driver that prevents identical jobs from being queued
15 stars 8 forks source link

Listener support and cleanup #5

Closed royduin closed 4 years ago

royduin commented 4 years ago

The event isn't the place where the uniqueness should be handled, that should be handled at the listener because you can have multiple listeners on an event.

mlntn commented 4 years ago

Looks good, thanks