-
Notifications
You must be signed in to change notification settings - Fork 6
Fix #15691: Increase Nginx timeouts for big uploads #3552
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
base: develop
Are you sure you want to change the base?
Conversation
|
New Issues (3)Checkmarx found the following issues in this Pull Request
Fixed Issues (120)Great job! The following issues were fixed in this Pull Request
Use @Checkmarx to interact with Checkmarx PR Assistant. |
| # Increase send timeout to allow the upstream more time to consume the stream. | ||
| # This prevents "Early EOF" errors during large uploads if the backend slows down. | ||
| # Note: This is a timeout between two successive write operations, not for the total duration. | ||
| proxy_send_timeout 600s; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je suppose que ces timeouts dépendent de la volumétrie à transférer, devrait-on rendre ces paramètres configurable pour un exploitant ?
En gros, est-ce que 600s est suffisant ou aura-t-on besoin d'y revenir ? :)
A-t-on besoin des mêmes timeout pour collect ? car là c'est sur l'upstream de ingest.




No description provided.