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 Buddy to exceed the max_connections configuration. #2197

Open
4 of 8 tasks
donhardman opened this issue May 17, 2024 · 0 comments
Open
4 of 8 tasks

Allow Buddy to exceed the max_connections configuration. #2197

donhardman opened this issue May 17, 2024 · 0 comments
Assignees

Comments

@donhardman
Copy link
Contributor

donhardman commented May 17, 2024

Proposal:

We should implement the logic to allow Buddy to use its own connections without limitations. This means the max_connections parameter in the configuration should not affect Buddy, because it's the sidecar that should operate without external limitations and is used only to extend the functionality of the daemon.

To achieve this, we should try to detect the connection source. In cases where it originates from Buddy, which can also be determined by checking the User-Agent, we should not apply the maxed out error. Otherwise, the standard logic should still apply.

Checklist:

To be completed by the assignee. Check off tasks that have been completed or are not applicable.

  • Task estimated
  • Specification created, reviewed and approved
  • Implementation completed
  • Tests developed
  • Documentation updated
  • Documentation proofread
  • Changelog updated
  • OpenAPI YAML updated and issue created to rebuild clients
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants