configuration improvements
This commit is contained in:
parent
6b8abdc0a0
commit
69895e5ac0
@ -750,7 +750,7 @@ queue:
|
|||||||
transport:
|
transport:
|
||||||
# For high priority notifications that require minimum latency and processing time
|
# For high priority notifications that require minimum latency and processing time
|
||||||
notifications_topic: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_TOPIC:tb_transport.notifications}"
|
notifications_topic: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_TOPIC:tb_transport.notifications}"
|
||||||
poll_interval: "${TB_QUEUE_CORE_POLL_INTERVAL_MS:25}"
|
poll_interval: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_POLL_INTERVAL_MS:25}"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: "${TB_SERVICE_TYPE:monolith}" # monolith or tb-core or tb-rule-engine
|
type: "${TB_SERVICE_TYPE:monolith}" # monolith or tb-core or tb-rule-engine
|
||||||
|
|||||||
@ -205,7 +205,7 @@ queue:
|
|||||||
transport:
|
transport:
|
||||||
# For high priority notifications that require minimum latency and processing time
|
# For high priority notifications that require minimum latency and processing time
|
||||||
notifications_topic: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_TOPIC:tb_transport.notifications}"
|
notifications_topic: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_TOPIC:tb_transport.notifications}"
|
||||||
poll_interval: "${TB_QUEUE_CORE_POLL_INTERVAL_MS:25}"
|
poll_interval: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_POLL_INTERVAL_MS:25}"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: "${TB_SERVICE_TYPE:tb-transport}"
|
type: "${TB_SERVICE_TYPE:tb-transport}"
|
||||||
|
|||||||
@ -206,7 +206,7 @@ queue:
|
|||||||
transport:
|
transport:
|
||||||
# For high priority notifications that require minimum latency and processing time
|
# For high priority notifications that require minimum latency and processing time
|
||||||
notifications_topic: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_TOPIC:tb_transport.notifications}"
|
notifications_topic: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_TOPIC:tb_transport.notifications}"
|
||||||
poll_interval: "${TB_QUEUE_CORE_POLL_INTERVAL_MS:25}"
|
poll_interval: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_POLL_INTERVAL_MS:25}"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: "${TB_SERVICE_TYPE:tb-transport}"
|
type: "${TB_SERVICE_TYPE:tb-transport}"
|
||||||
|
|||||||
@ -226,7 +226,7 @@ queue:
|
|||||||
transport:
|
transport:
|
||||||
# For high priority notifications that require minimum latency and processing time
|
# For high priority notifications that require minimum latency and processing time
|
||||||
notifications_topic: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_TOPIC:tb_transport.notifications}"
|
notifications_topic: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_TOPIC:tb_transport.notifications}"
|
||||||
poll_interval: "${TB_QUEUE_CORE_POLL_INTERVAL_MS:25}"
|
poll_interval: "${TB_QUEUE_TRANSPORT_NOTIFICATIONS_POLL_INTERVAL_MS:25}"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
type: "${TB_SERVICE_TYPE:tb-transport}"
|
type: "${TB_SERVICE_TYPE:tb-transport}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user