-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ShouldQueue and Queueable in Listeners #18339
Comments
Is this the case? #18235 |
The linked issue is about moving scheduled jobs to the queue, not event listeners. Actual related issue: #18199 |
Sorry I didn't find the issue before. |
I Just submitted a PR that should add the functionality #18375 |
Thanks, @themsaid |
Description:
Hello to everyone.
I have an event with several Listeners. The ShouldQueue interface work well on Listeners, but the listeners can't work with Queueable trait (delay, different queue), is this a bug or a feature?
I know that I can use jobs for delaying. But in my perspective, every class that allows to implement ShouldQueue should also work with Queueable (the ability to be delayed).
The text was updated successfully, but these errors were encountered: