-
-
Notifications
You must be signed in to change notification settings - Fork 439
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
Allow the subscription broadcast job queue to be configured #1301
Conversation
Looks reasonable. Is there any reason to keep the event around apart from preserving backwards compatibility? Can you imagine any, possibly obscure, use cases for it? |
No I thought about it but the only reason I didn’t remove it was BC to keep the in 4.x. I think the event was a bad choice in this case since I can’t think of any reason a user might want to listen to this even except for maybe analytical purposes, but that doesn’t really sound like a valid reason either to be honest. |
@stayallive please add an entry both in |
@spawnia I've added the changelog and upgrade docs but I'm not sure about the |
# Conflicts: # CHANGELOG.md # composer.json
Resolves #1300.
Changes
Uses a "proper" queue job so we can define a custom queue from the configuration file to queue all broadcast jobs on.
Breaking changes
None.