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

fix: Move SQL connection limits to initialization #4981

Merged
merged 1 commit into from
Nov 9, 2022
Merged

Conversation

kylecarbs
Copy link
Member

The connection limit wasn't being applied to pubsub, which would overload the server if a ton of logs were being published at once.

This should fix it, and improve scale a lot!

@kylecarbs kylecarbs self-assigned this Nov 9, 2022
@kylecarbs kylecarbs enabled auto-merge (squash) November 9, 2022 15:45
The connection limit wasn't being applied to pubsub, which would
overload the server if a ton of logs were being published at once.

This should fix it, and improve scale a lot!
@kylecarbs kylecarbs merged commit 089659f into main Nov 9, 2022
@kylecarbs kylecarbs deleted the connlimits branch November 9, 2022 16:25
@github-actions github-actions bot locked and limited conversation to collaborators Nov 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants