Merge ~cjwatson/launchpad-mojo-specs:git-api-timeout into launchpad-mojo-specs:master

Proposed by Colin Watson
Status: Needs review
Proposed branch: ~cjwatson/launchpad-mojo-specs:git-api-timeout
Merge into: launchpad-mojo-specs:master
Diff against target: 12 lines (+1/-0)
1 file modified
lp-git/bundle.yaml (+1/-0)
Reviewer Review Type Date Requested Status
Canonical Launchpad Engineering Pending
Review via email: mp+405039@code.launchpad.net

Commit message

git: Bump turnip-api timeout to 60 seconds

Description of the change

At the moment, 30 seconds often ends up being a bit low for some tasks that can have relatively high timeouts on the Launchpad side (e.g. repository scans or merge proposal diffs).

To post a comment you must log in.

Unmerged commits

9eae009... by Colin Watson

git: Bump turnip-api timeout to 60 seconds

At the moment, 30 seconds often ends up being a bit low for some tasks
that can have relatively high timeouts on the Launchpad side (e.g.
repository scans or merge proposal diffs).

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 046ab7c..0c9047b 100644
3--- a/lp-git/bundle.yaml
4+++ b/lp-git/bundle.yaml
5@@ -263,6 +263,7 @@ applications:
6 log_hosts_allow: "{{ log_hosts_allow }}"
7 nagios_context: "{{ nagios_context }}"
8 nfs: true
9+ wsgi_timeout: 60
10 turnip-celery:
11 charm: {{ charm_dir }}/turnip-celery
12 constraints: "{{ git_constraints }}"

Subscribers

People subscribed via source and target branches