Skip to content
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

Merged
merged 10 commits into from
Apr 19, 2020
Merged

Allow the subscription broadcast job queue to be configured #1301

merged 10 commits into from
Apr 19, 2020

Conversation

stayallive
Copy link
Collaborator

  • Added or updated tests
  • Added Docs for all relevant versions
  • Updated CHANGELOG.md

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.

@spawnia
Copy link
Collaborator

spawnia commented Apr 18, 2020

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?

@stayallive
Copy link
Collaborator Author

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.

@spawnia
Copy link
Collaborator

spawnia commented Apr 19, 2020

@stayallive please add an entry both in CHANGELOG.md as well as a section in UPGRADE.md.

@stayallive
Copy link
Collaborator Author

@spawnia I've added the changelog and upgrade docs but I'm not sure about the UPGRADE.md part, maybe you can flesh that out a bit more if needed.

@spawnia spawnia merged commit f67d908 into nuwave:master Apr 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configuring the subscription broadcast name
2 participants