- intervals for reconfigure and periodic catch_up of policy-handler
Change-Id: If9d2de4e63b737f93f824f8e5789309ed2dfe901
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-470
REGKV='
{
"policy_handler": {
- "deploy_handler" : {
- "target_entity" : "deployment_handler",
- "max_msg_length_mb" : 5,
- "query" : {
- "cfy_tenant_name" : "default_tenant"
+ "deploy_handler": {
+ "target_entity": "deployment_handler",
+ "max_msg_length_mb": 5,
+ "query": {
+ "cfy_tenant_name": "default_tenant"
}
},
"thread_pool_size": 4,
"policy_retry_count": 5,
"pool_connections": 20,
"policy_retry_sleep": 5,
+ "catch_up": {
+ "interval": 1200
+ },
+ "reconfigure": {
+ "interval": 600
+ },
"policy_engine": {
"path_api": "/pdp/api/",
"headers": {