Replies: 1 comment
-
|
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
ref: https://github.com/mpbarlow/laravel-queue-debouncer
Any suggestion on how to implement an Action that always debounces when run
asJob?There are a number of ways to use that package. However, I would prefer a more fluent way.
We can always use the helper like this
debounce(SomeAction::makeJob($arg), 30);but this does not win any votes for readability 😄
Beta Was this translation helpful? Give feedback.
All reactions