diff options
author | Alex Shatov <alexs@att.com> | 2018-03-13 17:50:51 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-03-13 17:50:51 -0400 |
commit | a2b262994a62286e1c98fd9939115c6e64ed27ee (patch) | |
tree | f6ef7056c70a34485d1ed047a296b89bb3354ee2 /etc_upload/config.json | |
parent | b9b955c0c2875effc1ce02d5576f0d2a59284c5d (diff) |
2.3.0 policy-handler - periodically catch_up
- periodically catchup - interval is configurable
= max_skips defines the number of times the catch_up
message that is identical to previous one can be skipped
- do not catchup more often than the interval
even between the manual catchup and auto catchup
- do not send the same catchup message twice in a row
to the deployment-handler but not exceed a hard limit
on catchup max_skips
- catchup if the deployment-handler instance is changed
Change-Id: I9a3fcc941e8a9e553abb3952dd882c37e0f5fdfe
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-389
Diffstat (limited to 'etc_upload/config.json')
-rw-r--r-- | etc_upload/config.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc_upload/config.json b/etc_upload/config.json index e143773..920ef7c 100644 --- a/etc_upload/config.json +++ b/etc_upload/config.json @@ -6,6 +6,10 @@ "scope_prefixes" : ["DCAE_alex.Config_", "DCAE.Config_"], "policy_retry_count" : 5, "policy_retry_sleep" : 5, + "catch_up" : { + "interval" : 1200, + "max_skips" : 5 + }, "policy_engine" : { "url" : "https://peawiv9nspd01.pedc.sbc.com:8081", "path_pdp" :"/pdp/", |