Commit 69895e5ac02b64dda97742743386679771aa92c4
Committed by
Andrew Shvayka
1 parent
6b8abdc0
configuration improvements
Showing
4 changed files
with
4 additions
and
4 deletions
... | ... | @@ -750,7 +750,7 @@ queue: |
750 | 750 | transport: |
751 | 751 | # For high priority notifications that require minimum latency and processing time |
752 | 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 | 755 | service: |
756 | 756 | type: "${TB_SERVICE_TYPE:monolith}" # monolith or tb-core or tb-rule-engine | ... | ... |
... | ... | @@ -205,7 +205,7 @@ queue: |
205 | 205 | transport: |
206 | 206 | # For high priority notifications that require minimum latency and processing time |
207 | 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 | 210 | service: |
211 | 211 | type: "${TB_SERVICE_TYPE:tb-transport}" | ... | ... |
... | ... | @@ -206,7 +206,7 @@ queue: |
206 | 206 | transport: |
207 | 207 | # For high priority notifications that require minimum latency and processing time |
208 | 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 | 211 | service: |
212 | 212 | type: "${TB_SERVICE_TYPE:tb-transport}" | ... | ... |
... | ... | @@ -226,7 +226,7 @@ queue: |
226 | 226 | transport: |
227 | 227 | # For high priority notifications that require minimum latency and processing time |
228 | 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 | 231 | service: |
232 | 232 | type: "${TB_SERVICE_TYPE:tb-transport}" | ... | ... |