Replies: 1 comment
-
this should help you https://github.com/zackAJ/laravel-debounce |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need event when ShouldBeUnique is used and job is not pushed to queue because it is not unique,
also it will be helpful if method is called when job is not unique, for examle:
public function handleNotUnique()
{
.....
the reason for that is the following:
I have importer which imports xxxx products, each product is imported in separate job.
I also have a log for that importer so I want to know when importer started and when finished, when some of the jobs are not unique I am not able to track that in elegant.
Beta Was this translation helpful? Give feedback.
All reactions