Skip to content

Reserved connection for healthcheck requests #545

Answered by gi0baro
nicolasbriere1 asked this question in Q&A
Discussion options

You must be logged in to vote

We hesitate between backlog and backpressure, for us the need is to limitate for each django instance number of connection. backpressure is a settings by worker and depends of backlog value. That's the advantage for you?

If you set the backlog taking into account backpressure would be backlog / workers then it's the same. Just remember your "django instance" will match to the single worker, as workers are independent processes and each of them will load your application independently.

If our application has reached its maximum allowed connections, this doesn't mean it's unhealthy. For example, let's say we have a limit of 128 connections; it's relevant to limit lambda connections to 12…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@nicolasbriere1
Comment options

@gi0baro
Comment options

Answer selected by nicolasbriere1
@nicolasbriere1
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants