Debouncing for Jobs, Notifications & Artisan Commands
"
laravel-debounce
allows you to accumulate / debounce a job, notification or command to avoid spamming your users and your app's queue.It also tracks and registers every request occurrence and gives you a nice report tracking with information like
ip address
andauthenticated user
per request".
Zakaria Aktouf
@zackAJ_