Skip to main content
Version: 1.16

Static configuration

The static configuration is the microservice configuration set before microservice startup in a property file. This configuration is common to all tenants.

Static configuration for rs-Worker-Manager service is :

NameTypeDefault ValueDescription
regards.workermanager.request.bulk.sizeInteger1000Maximum number of AMQP events received in input by rs-worker-manager to handle in batch
regards.workermanager.worker.response.bulk.sizeInteger1000Maximum number of AMQP events received from worker to handle in batch
regards.workermanager.scan.page.sizeInteger400Maximum page size for retrieving requests from the database for dispatch and deletion jobs
info

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

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