Skip to content
This repository was archived by the owner on Nov 29, 2024. It is now read-only.

Commit d14e92e

Browse files
committed
correct task q config
1 parent be5a9d9 commit d14e92e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

settings/buildkite.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"copy_static_files": false,
1919
"include_guidance_reports": false,
2020
"use_production_db_config": false,
21-
"orderly_web_api_url": "http://montagu_orderly_web_1:8888/api/v2",
21+
"orderly_web_api_url": "http://montagu_orderly_web_1:8888/api/v1",
2222
"use_real_diagnostic_reports": false,
2323
"email_burden_estimate_uploader": false,
2424
"fake_smtp": true

src/service_config/task_queue_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def configure_task_queue(service,
3636
montagu["password"] = montagu_password
3737

3838
# Task queue needs orderly-web url without /api/v1 suffix
39-
ow_url_trimmed = orderly_web_url.replace("/api/v1", "")
39+
ow_url_trimmed = orderly_web_url.replace("/api/v2", "")
4040
config["servers"]["orderlyweb"]["url"] = ow_url_trimmed
4141

4242
config["tasks"]["diagnostic_reports"]["reports"] = diag_reports

0 commit comments

Comments
 (0)