Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Max connections & max queue connections per backend server #3

Merged
9 commits merged into from
May 3, 2019
Merged

Conversation

splushii
Copy link

@splushii splushii commented May 3, 2019

Adds the ability to specify max number of connections and max number of queued connections per backend server in an ORM rule.

Example:

backend:
  max_connections:
  servers:
    - server: server1.example.com
      max_connections: 100
      max_queued_connections: 1000
    - server: server2.example.com
      max_connections: 123
      max_queued_connections: 10000

Implemented using HAProxy:s maxconn and maxqueue.

@ghost ghost merged commit 787b3e0 into master May 3, 2019
@ghost ghost deleted the max-conn branch May 28, 2019 11:04
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants