FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit e8508ffb authored by Paul Browne's avatar Paul Browne
Browse files

Increase DB and HAProxy connection timeouts from 10s to 30s, to allow eventlet...

Increase DB and HAProxy connection timeouts from 10s to 30s, to allow eventlet threads longer to connect
parent 673537b3
No related branches found
No related tags found
1 merge request!39Large-scale deployment tunings for Ironic/Neutron/Nova
[mysqld]
# Wait 30 seconds for threads to connect, due to eventlet crazyness
connect_timeout = 30
......@@ -113,3 +113,9 @@ fernet_token_expiry: 3600
# - Deletion of ports.
haproxy_client_timeout: 5m30
haproxy_server_timeout: 5m30
# Increase from 10 seconds due to issues
# with eventlet taking a while to complete a request
# Note: mariadb connect timeout is also set to 30 seconds
haproxy_connect_timeout: 30s
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment