-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update timeout in the read replica haproxy configuration #1397
Conversation
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.
Looks great! I found this StackExchange thread that helped me understand the config more if anyone is interested. 10 minutes sounds good because I saw some posts that suggest starting at 5. 🚢 🙌
@@ -5,8 +5,8 @@ defaults | |||
log global | |||
mode tcp | |||
timeout connect 5000ms | |||
timeout client 50000ms | |||
timeout server 50000ms | |||
timeout client 600000ms |
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.
i think that these can be represented in minutes if we wanted. Not really a big deal - i was just curious about it myself.
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.
Such a good call! Thank you - this is much more readable. a801f9a
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.
thanks frank! this would happen to me sometimes but it just never bothered me too much, nice to have it fixed though!
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.
thanks! 🚢
Associated issues
This PR aims to close both cityofaustin/atd-data-tech#14987 and cityofaustin/atd-data-tech#16226.
Clarification 🎗️
I had stated that I had not yet pushed up and merged this configuration, but I had. I just didn't remember doing it. It's been in the toolbox all along, and this PR is an update to that configuration.
Testing
This is deployed in production already.
Ship list