Skip to content

Commit 7871dd8

Browse files
authored
[DISCO-4024] chore: Increase CTR for the dummy candidate in stage (#1359)
1 parent 2341451 commit 7871dd8

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

merino/configs/stage.toml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,17 @@ gcs_storage_bucket = "merino-airflow-data-stage"
7777
gcs_bq_project = "moz-fx-data-shared-prod"
7878

7979
# MERINO_ENGAGEMENT__GCS_STORAGE_PROJECT
80-
gcs_storage_project = "moz-fx-merino-nonprod-db57"
80+
gcs_storage_project = "moz-fx-merino-nonprod-db57"
81+
82+
[stage.providers.adm.thompson]
83+
# MERINO_PROVIDERS__ADM__THOMPSON__ENABLED
84+
enabled = true
85+
86+
# MERINO_PROVIDERS__ADM__THOMPSON__MIN_ATTEMPTED_COUNT
87+
min_attempted_count = 200
88+
89+
# MERINO_PROVIDERS__ADM__THOMPSON__DUMMY_ENGAGED_COUNT
90+
dummy_engaged_count = 5
91+
92+
# MERINO_PROVIDERS__ADM__THOMPSON__DUMMY_ATTEMPTED_COUNT
93+
dummy_attempted_count = 1000

0 commit comments

Comments
 (0)