I feel like this feature should be implemented by default.
Case is: I have multiple same jobs, with the same payload added to queue in term of application processing. Let's say UpdateProfiletoElasticsearch
while different job is processing this update profile is stacked which laravel does not handle this by design - so job will be processed multiple times, which is unnecessary
Is there any laravel implementation or feature request due to this problem?
I'm going to implement job's checksum based on the payload to represent it's identity so that no duplicate will be added.
Please advise!
via Rafał Łyczkowski