Skip to content

[9.x] Fix too many channels with pusher broadcasting#42287

Merged
taylorotwell merged 1 commit into9.xfrom
fix-issue-pusher-channel
May 6, 2022
Merged

[9.x] Fix too many channels with pusher broadcasting#42287
taylorotwell merged 1 commit into9.xfrom
fix-issue-pusher-channel

Conversation

@driesvints
Copy link
Copy Markdown
Member

@driesvints driesvints commented May 6, 2022

This PR fixes an issue with the Pusher channel so it sends the events in batches of 100 as Pusher will not allow more than that amount of channels.

I didn't sent this in to 8.x because the pusher implementation is different there and didn't want to introduce merge conflicts.

See https://pusher.com/docs/channels/server_api/http-api/#publishing-events

Fixes #42269

@L3o-pold
Copy link
Copy Markdown
Contributor

L3o-pold commented May 12, 2022

Using custom pusher server, there is no such limitation.

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.

PusherBroadcaster max channels per call limit

3 participants