Delaying & Unique queueable action #90
gregory-claeyssens
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
You can wrap your action in ActionJob::dispatch(MyAction::class, $args)
->delay(now()->addSeconds(10)); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it make sense to add the ability to delay a queued action and ensuring it's unique.
Laravel Queues offer this functionality out of the box (see delays and unique).
Beta Was this translation helpful? Give feedback.
All reactions