Update config with correct cache config

This commit is contained in:
TeoV
2020-04-14 10:55:34 +03:00
committed by Dan Christian Bogos
parent 83b9c0d041
commit 6a31c38025
16 changed files with 123 additions and 91 deletions

View File

@@ -76,7 +76,9 @@
},
"caches":{
"*rpc_responses": {"limit": -1, "ttl": "2s", "static_ttl": false},
"partitions": {
"*rpc_responses": {"limit": -1, "ttl": "2s", "static_ttl": false}
},
},
}

View File

@@ -80,7 +80,9 @@
},
"caches":{
"*rpc_responses": {"limit": -1, "ttl": "2s", "static_ttl": false},
"partitions": {
"*rpc_responses": {"limit": -1, "ttl": "2s", "static_ttl": false}
},
},
}

View File

@@ -77,7 +77,9 @@
},
"caches":{
"*rpc_responses": {"limit": -1, "ttl": "2s", "static_ttl": false},
"partitions": {
"*rpc_responses": {"limit": -1, "ttl": "2s", "static_ttl": false}
},
},
}

View File

@@ -30,7 +30,9 @@
},
"caches":{
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
"partitions": {
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
},
},
"schedulers": {

View File

@@ -30,7 +30,9 @@
},
"caches":{
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
"partitions": {
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
},
},
"schedulers": {

View File

@@ -33,7 +33,9 @@
},
"caches":{
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
"partitions": {
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
},
},
"schedulers": {

View File

@@ -33,7 +33,9 @@
},
"caches":{
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
"partitions": {
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
},
},
"schedulers": {

View File

@@ -24,7 +24,9 @@
},
"caches":{
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
"partitions": {
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
},
},

View File

@@ -32,7 +32,9 @@
},
"caches":{
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
"partitions": {
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
},
},
"schedulers": {

View File

@@ -24,7 +24,9 @@
},
"caches":{
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
"partitions": {
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
},
},
"schedulers": {

View File

@@ -21,7 +21,9 @@
},
"caches":{
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
"partitions": {
"*dispatcher_routes": {"limit": -1, "ttl": "2s"}
},
},
"stor_db": {

View File

@@ -36,30 +36,32 @@
"caches":{
"*destinations": {"limit": 10000, "ttl":"0s", "precache": true},
"*reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": true},
"*rating_plans": {"limit": 10000, "ttl":"0s","precache": true},
"*rating_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*actions": {"limit": 10000, "ttl":"0s", "precache": true},
"*action_plans": {"limit": 10000, "ttl":"0s", "precache": true},
"*account_action_plans": {"limit": 10000, "ttl":"0s", "precache": true},
"*action_triggers": {"limit": 10000, "ttl":"0s", "precache": true},
"*shared_groups": {"limit": 10000, "ttl":"0s", "precache": true},
"*resource_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*resources": {"limit": 10000, "ttl":"0s", "precache": true},
"*statqueues": {"limit": 10000, "ttl":"0s", "precache": true},
"*statqueue_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*thresholds": {"limit": 10000, "ttl":"0s", "precache": true},
"*threshold_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*filters": {"limit": 10000, "ttl":"0s", "precache": true},
"*supplier_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*attribute_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*resource_filter_indexes" :{"limit": 10000, "ttl":"0s"},
"*stat_filter_indexes" : {"limit": 10000, "ttl":"0s"},
"*threshold_filter_indexes" : {"limit": 10000, "ttl":"0s"},
"*supplier_filter_indexes" : {"limit": 10000, "ttl":"0s"},
"*attribute_filter_indexes" : {"limit": 10000, "ttl":"0s"},
"*charger_filter_indexes" : {"limit": 10000, "ttl":"0s"},
"partitions": {
"*destinations": {"limit": 10000, "ttl":"0s", "precache": true},
"*reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": true},
"*rating_plans": {"limit": 10000, "ttl":"0s","precache": true},
"*rating_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*actions": {"limit": 10000, "ttl":"0s", "precache": true},
"*action_plans": {"limit": 10000, "ttl":"0s", "precache": true},
"*account_action_plans": {"limit": 10000, "ttl":"0s", "precache": true},
"*action_triggers": {"limit": 10000, "ttl":"0s", "precache": true},
"*shared_groups": {"limit": 10000, "ttl":"0s", "precache": true},
"*resource_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*resources": {"limit": 10000, "ttl":"0s", "precache": true},
"*statqueues": {"limit": 10000, "ttl":"0s", "precache": true},
"*statqueue_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*thresholds": {"limit": 10000, "ttl":"0s", "precache": true},
"*threshold_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*filters": {"limit": 10000, "ttl":"0s", "precache": true},
"*supplier_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*attribute_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*resource_filter_indexes" :{"limit": 10000, "ttl":"0s"},
"*stat_filter_indexes" : {"limit": 10000, "ttl":"0s"},
"*threshold_filter_indexes" : {"limit": 10000, "ttl":"0s"},
"*supplier_filter_indexes" : {"limit": 10000, "ttl":"0s"},
"*attribute_filter_indexes" : {"limit": 10000, "ttl":"0s"},
"*charger_filter_indexes" : {"limit": 10000, "ttl":"0s"}
},
},

View File

@@ -30,33 +30,35 @@
"caches":{
"*destinations": {"limit": 10000, "ttl":"0s", "precache": true},
"*reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": true},
"*rating_plans": {"limit": 10000, "ttl":"0s","precache": true},
"*rating_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*actions": {"limit": 10000, "ttl":"0s", "precache": true},
"*action_plans": {"limit": 10000, "ttl":"0s", "precache": true},
"*account_action_plans": {"limit": 10000, "ttl":"0s", "precache": true},
"*action_triggers": {"limit": 10000, "ttl":"0s", "precache": true},
"*shared_groups": {"limit": 10000, "ttl":"0s", "precache": true},
"*resource_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*resources": {"limit": 10000, "ttl":"0s", "precache": true},
"*statqueues": {"limit": 10000, "ttl":"0s", "precache": true},
"*statqueue_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*thresholds": {"limit": 10000, "ttl":"0s", "precache": true},
"*threshold_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*filters": {"limit": 10000, "ttl":"0s", "precache": true},
"*supplier_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*attribute_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*resource_filter_indexes" :{"limit": 10000, "ttl":"0s", "precache": true},
"*stat_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
"*threshold_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
"*supplier_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
"*attribute_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
"*charger_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
"*dispatcher_profiles" : {"limit": 10000, "ttl":"0s", "precache": true},
"*dispatcher_hosts" : {"limit": 10000, "ttl":"0s", "precache": true},
"*dispatcher_routes" : {"limit": 10000, "ttl":"0s", "precache": false},
"partitions": {
"*destinations": {"limit": 10000, "ttl":"0s", "precache": true},
"*reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": true},
"*rating_plans": {"limit": 10000, "ttl":"0s","precache": true},
"*rating_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*actions": {"limit": 10000, "ttl":"0s", "precache": true},
"*action_plans": {"limit": 10000, "ttl":"0s", "precache": true},
"*account_action_plans": {"limit": 10000, "ttl":"0s", "precache": true},
"*action_triggers": {"limit": 10000, "ttl":"0s", "precache": true},
"*shared_groups": {"limit": 10000, "ttl":"0s", "precache": true},
"*resource_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*resources": {"limit": 10000, "ttl":"0s", "precache": true},
"*statqueues": {"limit": 10000, "ttl":"0s", "precache": true},
"*statqueue_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*thresholds": {"limit": 10000, "ttl":"0s", "precache": true},
"*threshold_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*filters": {"limit": 10000, "ttl":"0s", "precache": true},
"*supplier_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*attribute_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*resource_filter_indexes" :{"limit": 10000, "ttl":"0s", "precache": true},
"*stat_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
"*threshold_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
"*supplier_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
"*attribute_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
"*charger_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
"*dispatcher_profiles" : {"limit": 10000, "ttl":"0s", "precache": true},
"*dispatcher_hosts" : {"limit": 10000, "ttl":"0s", "precache": true},
"*dispatcher_routes" : {"limit": 10000, "ttl":"0s", "precache": false}
},
},

View File

@@ -26,33 +26,35 @@
"caches":{
"*destinations": {"limit": 10000, "ttl":"0s", "precache": true},
"*reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": true},
"*rating_plans": {"limit": 10000, "ttl":"0s","precache": true},
"*rating_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*actions": {"limit": 10000, "ttl":"0s", "precache": true},
"*action_plans": {"limit": 10000, "ttl":"0s", "precache": true},
"*account_action_plans": {"limit": 10000, "ttl":"0s", "precache": true},
"*action_triggers": {"limit": 10000, "ttl":"0s", "precache": true},
"*shared_groups": {"limit": 10000, "ttl":"0s", "precache": true},
"*resource_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*resources": {"limit": 10000, "ttl":"0s", "precache": true},
"*statqueues": {"limit": 10000, "ttl":"0s", "precache": true},
"*statqueue_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*thresholds": {"limit": 10000, "ttl":"0s", "precache": true},
"*threshold_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*filters": {"limit": 10000, "ttl":"0s", "precache": true},
"*supplier_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*attribute_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*resource_filter_indexes" :{"limit": 10000, "ttl":"0s", "precache": true},
"*stat_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
"*threshold_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
"*supplier_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
"*attribute_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
"*charger_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
"*dispatcher_profiles" : {"limit": 10000, "ttl":"0s", "precache": true},
"*dispatcher_hosts" : {"limit": 10000, "ttl":"0s", "precache": true},
"*dispatcher_routes" : {"limit": 10000, "ttl":"0s", "precache": false},
"partitions": {
"*destinations": {"limit": 10000, "ttl":"0s", "precache": true},
"*reverse_destinations": {"limit": 10000, "ttl":"0s", "precache": true},
"*rating_plans": {"limit": 10000, "ttl":"0s","precache": true},
"*rating_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*actions": {"limit": 10000, "ttl":"0s", "precache": true},
"*action_plans": {"limit": 10000, "ttl":"0s", "precache": true},
"*account_action_plans": {"limit": 10000, "ttl":"0s", "precache": true},
"*action_triggers": {"limit": 10000, "ttl":"0s", "precache": true},
"*shared_groups": {"limit": 10000, "ttl":"0s", "precache": true},
"*resource_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*resources": {"limit": 10000, "ttl":"0s", "precache": true},
"*statqueues": {"limit": 10000, "ttl":"0s", "precache": true},
"*statqueue_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*thresholds": {"limit": 10000, "ttl":"0s", "precache": true},
"*threshold_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*filters": {"limit": 10000, "ttl":"0s", "precache": true},
"*supplier_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*attribute_profiles": {"limit": 10000, "ttl":"0s", "precache": true},
"*resource_filter_indexes" :{"limit": 10000, "ttl":"0s", "precache": true},
"*stat_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
"*threshold_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
"*supplier_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
"*attribute_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
"*charger_filter_indexes" : {"limit": 10000, "ttl":"0s", "precache": true},
"*dispatcher_profiles" : {"limit": 10000, "ttl":"0s", "precache": true},
"*dispatcher_hosts" : {"limit": 10000, "ttl":"0s", "precache": true},
"*dispatcher_routes" : {"limit": 10000, "ttl":"0s", "precache": false}
},
},

View File

@@ -28,7 +28,9 @@
"caches":{
"*rpc_responses": {"limit": -1, "ttl": "1s"},
"partitions": {
"*rpc_responses": {"limit": -1, "ttl": "1s"}
},
},

View File

@@ -18,7 +18,9 @@
"caches":{
"*rpc_responses": {"limit": -1, "ttl": "1s"},
"partitions": {
"*rpc_responses": {"limit": -1, "ttl": "1s"}
},
},