Skip to content
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

Merged
merged 3 commits into from
Mar 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
let's go for 10 minutes
frankhereford committed Mar 14, 2024
commit f75648d9e16ee0fd090b198e14f13b5487894419
4 changes: 2 additions & 2 deletions atd-toolbox/read_replica_proxy/haproxy.cfg.template
Original file line number Diff line number Diff line change
@@ -5,8 +5,8 @@ defaults
log global
mode tcp
timeout connect 5000ms
timeout client 300000ms
timeout server 300000ms
timeout client 600000ms
Copy link
Contributor

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.

Copy link
Member Author

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

timeout server 600000ms

frontend postgresql_front
bind 0.0.0.0:5432