Commit 69895e5ac02b64dda97742743386679771aa92c4

Authored by YevhenBondarenko
Committed by Andrew Shvayka
1 parent 6b8abdc0

configuration improvements

@@ -750,7 +750,7 @@ queue: @@ -750,7 +750,7 @@ queue:
750 transport: 750 transport:
751 # For high priority notifications that require minimum latency and processing time 751 # For high priority notifications that require minimum latency and processing time
752 notifications_topic: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_TOPIC:tb_transport.notifications}" 752 notifications_topic: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_TOPIC:tb_transport.notifications}"
753 - poll_interval: "${TB_QUEUE_CORE_POLL_INTERVAL_MS:25}" 753 + poll_interval: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_POLL_INTERVAL_MS:25}"
754 754
755 service: 755 service:
756 type: "${TB_SERVICE_TYPE:monolith}" # monolith or tb-core or tb-rule-engine 756 type: "${TB_SERVICE_TYPE:monolith}" # monolith or tb-core or tb-rule-engine
@@ -205,7 +205,7 @@ queue: @@ -205,7 +205,7 @@ queue:
205 transport: 205 transport:
206 # For high priority notifications that require minimum latency and processing time 206 # For high priority notifications that require minimum latency and processing time
207 notifications_topic: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_TOPIC:tb_transport.notifications}" 207 notifications_topic: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_TOPIC:tb_transport.notifications}"
208 - poll_interval: "${TB_QUEUE_CORE_POLL_INTERVAL_MS:25}" 208 + poll_interval: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_POLL_INTERVAL_MS:25}"
209 209
210 service: 210 service:
211 type: "${TB_SERVICE_TYPE:tb-transport}" 211 type: "${TB_SERVICE_TYPE:tb-transport}"
@@ -206,7 +206,7 @@ queue: @@ -206,7 +206,7 @@ queue:
206 transport: 206 transport:
207 # For high priority notifications that require minimum latency and processing time 207 # For high priority notifications that require minimum latency and processing time
208 notifications_topic: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_TOPIC:tb_transport.notifications}" 208 notifications_topic: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_TOPIC:tb_transport.notifications}"
209 - poll_interval: "${TB_QUEUE_CORE_POLL_INTERVAL_MS:25}" 209 + poll_interval: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_POLL_INTERVAL_MS:25}"
210 210
211 service: 211 service:
212 type: "${TB_SERVICE_TYPE:tb-transport}" 212 type: "${TB_SERVICE_TYPE:tb-transport}"
@@ -226,7 +226,7 @@ queue: @@ -226,7 +226,7 @@ queue:
226 transport: 226 transport:
227 # For high priority notifications that require minimum latency and processing time 227 # For high priority notifications that require minimum latency and processing time
228 notifications_topic: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_TOPIC:tb_transport.notifications}" 228 notifications_topic: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_TOPIC:tb_transport.notifications}"
229 - poll_interval: "${TB_QUEUE_CORE_POLL_INTERVAL_MS:25}" 229 + poll_interval: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_POLL_INTERVAL_MS:25}"
230 230
231 service: 231 service:
232 type: "${TB_SERVICE_TYPE:tb-transport}" 232 type: "${TB_SERVICE_TYPE:tb-transport}"