You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: confidence-cloudflare-resolver/deployer/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,7 @@ The deployer automatically:
68
68
|`ENABLE_STICKY_ASSIGNMENTS`| Set to create a KV namespace and enable sticky assignments for experiments. Requires a [KV store](https://developers.cloudflare.com/kv/platform/pricing/)|
69
69
|`MATERIALIZATION_TTL_SECONDS`| TTL in seconds for sticky assignment KV entries. Omit for no expiration |
70
70
|`FORCE_APPLY`| Defaults to `true`: every resolve is treated as `apply=true` and assignments are logged at resolve time. Set to `false` to respect the `apply` value sent by SDKs (deferred-apply flow via `flags:apply`) |
71
+
|`ENABLE_APPLY_DEDUP`| Defaults to `false`: set to `true` to enable apply-event deduplication — repeated identical assignments within a 120s window are logged once |
0 commit comments