Update default config example to use a stable distributor bundle_id and a unique per-run idempotency_key

This commit is contained in:
2026-06-07 20:46:19 -05:00
parent 183b23cf5a
commit 9bc8156615

View File

@@ -21,8 +21,8 @@ notify:
token_env: DISTRIBUTOR_UPLOAD_TOKEN token_env: DISTRIBUTOR_UPLOAD_TOKEN
timeout: 30s timeout: 30s
failure_policy: error failure_policy: error
bundle_id_template: "weatherreporter.{location_id}.{report_id}.{run_id}" bundle_id_template: "weatherreporter.{location_id}.{report_id}"
idempotency_key_template: "{bundle_id}" idempotency_key_template: "{bundle_id}.{run_id}"
report_path_template: "{batch_output_name}" report_path_template: "{batch_output_name}"
missing_source: missing_source: