Merge ~hloeung/launchpad-mojo-specs:lp-git into launchpad-mojo-specs:master

Proposed by Haw Loeung
Status: Merged
Merged at revision: e837ca979260fff23a7b77ceeafdedc3fae88dce
Proposed branch: ~hloeung/launchpad-mojo-specs:lp-git
Merge into: launchpad-mojo-specs:master
Diff against target: 22 lines (+3/-1)
1 file modified
lp-git/bundle.yaml (+3/-1)
Reviewer Review Type Date Requested Status
Guruprasad Approve
Barry Price Approve
Review via email: mp+453096@code.launchpad.net

Commit message

lp-git: Apply William's suggested HAproxy tuning

Description of the change

These changes were made per ~IS-Outage to fix intermittent issues with LP git over the weekend.

To post a comment you must log in.
Revision history for this message
Barry Price (barryprice) wrote :

LGTM +1

review: Approve
Revision history for this message
Guruprasad (lgp171188) wrote :

LGTM 👍

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/lp-git/bundle.yaml b/lp-git/bundle.yaml
2index 31ba72f..a4e9f89 100644
3--- a/lp-git/bundle.yaml
4+++ b/lp-git/bundle.yaml
5@@ -141,6 +141,7 @@ applications:
6 default_timeouts: "queue 20000, client 3600000, connect 5000, server 3600000"
7 enable_monitoring: True
8 global_default_dh_param: 2048
9+ global_maxconn: 50000
10 global_stats_socket: True
11 monitoring_allowed_cidr: "{{ monitoring_allowed_cidr }}"
12 monitoring_stats_refresh: 3600
13@@ -158,7 +159,8 @@ applications:
14 - <FE> stick-table type string size 100 expire 15m store conn_cur
15 - <FE> http-request track-sc0 path if global_connlimit !unrestricted_networks
16 - <FE> http-request deny deny_status 503 if global_connlimit { sc0_conn_cur ge 10 } !unrestricted_networks
17- - maxconn 250
18+ - <FE> timeout http-keep-alive 5000
19+ - maxconn 4000
20 {%- if not devel %}
21 - 'rspadd Strict-Transport-Security:\ max-age=15768000'
22 {%- endif %}

Subscribers

People subscribed via source and target branches