We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2341451 commit 7871dd8Copy full SHA for 7871dd8
merino/configs/stage.toml
@@ -77,4 +77,17 @@ gcs_storage_bucket = "merino-airflow-data-stage"
77
gcs_bq_project = "moz-fx-data-shared-prod"
78
79
# MERINO_ENGAGEMENT__GCS_STORAGE_PROJECT
80
-gcs_storage_project = "moz-fx-merino-nonprod-db57"
+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