Skip to main content
Version: 1.16

Notifier static configuration

Static configuration is the microservice configuration set before microservice startup in a property file. This configuration is common to all tenant.

Static configuration for the Notifier microservice are :

NameTypeDefault ValueDescription
regards.notifier.max.bulk.sizeinteger1000Maximum number of requests to process at once.
regards.notifier.batch.receive.timeoutinteger1000Batch message reception timeout in milliseconds
regards.notifier.delay.before.processinginteger5Delay, in seconds, before processing
regards.notifier.remote.request.timeoutinteger5Timeout, in minutes, for the remote request
regards.notifier.metrics.enabledbooleanfalseMetrics are enabled if true
info

Some of these properties are customizable in ansible inventory. see installation guide

To make missing properties customizable, you have to update regards ansible playbook : the regards-mconfig role.