Skip to content

Commit 5698df6

Browse files
committed
increase clinic merge API endpoint timeout
Bumping it up to 1 minute. This is an internal-only endpoint, so making people wait up to a minute should be fine. BACK-4216
1 parent dfa0847 commit 5698df6

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

charts/tidepool/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: A Helm chart for Tidepool
33
name: tidepool
4-
version: 0.23.0
4+
version: 0.24.0
55
maintainers:
66
- name: Todd Kazakov
77
email: todd@tidepool.org

charts/tidepool/charts/clinic/templates/7-serviceprofile.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,11 @@ spec:
286286
min: 400
287287
max: 599
288288
isFailure: true
289+
- condition:
290+
method: POST
291+
pathRegex: /v1/clinics/[^/]*/merge
292+
name: POST /v1/clinics/{clinicId}/merge
293+
timeout: 1m
289294
- condition:
290295
method: POST
291296
pathRegex: /v1/clinics/[^/]*/migrate

0 commit comments

Comments
 (0)