canonical/cos-lib

Feat: Improve Nginx performance

Aberta

#145 aberto em 6 de mai. de 2025

 (0 comentário) (0 reação) (0 responsável)Python (6 forks)auto 404
good first issue

Métricas do repositório

Stars
 (0 estrela)
Métricas de merge de PR
 (Mesclagem média 1d 5h) (1 fundiu PR em 30d)

Description

From a review in another Nginx PR, there were some minor improvement comments:

  1. Use Syntax: resolver address ... [valid=time] to shorten the valid attribute on the resolver to something like 5s as by default it'll use the default DNS TTL which might be large. In the backend for reverse proxy, you usually want to be reactive to change.
  2. Shorten the default DNS timeout (30s, huge when requests are pending to be proxied) with a resolver_timeout to something like 5s.

This was attempted to be apart of the Nginx miration to cos-lib, but created PR smell. This should still be investigated.

Guia do colaborador