Update default config example to use a stable distributor bundle_id and a unique per-run idempotency_key
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user