-
Notifications
You must be signed in to change notification settings - Fork 2
Increase backend timeout #36
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
Conversation
We've been seeing 503 responses from Varnish when backends take more than 5s to respond. Some (very few) requests are large, and they genuinely need more than 5s, so increasing the timoeut to 10s, and seeing what happens seems a reasonable change. FTR, we've had 69 x 503 responses in the last 24h. Let's see how this improves things... Signed-off-by: Gerhard Lazu <gerhard@changelog.com>
WalkthroughThe README was updated to mark the "Tag & ship v1.0-rc.6" checklist item as complete and to add a new item about increasing backend timeout. In the Varnish configuration, backend health probe intervals and timeouts were increased, and backend director timeouts were doubled for the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~7 minutes Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🔇 Additional comments (7)
✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
We've been seeing 503 responses from Varnish when backends take more than 5s to respond. Some (very few) requests are large, and they genuinely need more than 5s, so increasing the timoeut to 10s, and seeing what happens seems a reasonable change.
FTR, we've had 69 x 503 responses in the last 24h. Let's see how this improves things...
Summary by CodeRabbit
Documentation
v1.0-rc.6release and added an entry about increased backend timeout.Chores