Skip to main content
Version: 2.0

Delivery 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 Delivery service is :

NameTypeDefault ValueDescription
regards.delivery.request.finished.bulk.sizeinteger100Max ended delivery requested in request deletion scheduler
regards.delivery.available.files.bulk.sizeinteger100Page size (in database) of the getting available files request
regards.delivery.request.bulk.sizeinteger1000Max bulk size of input delivery request handler
regards.delivery.request.expired.jobs.bulk.sizeinteger100Max number of jobs to stop at once if several delivery request have timeout (expired)
regards.delivery.request.expired.bulk.sizeinteger100Max number of expired requests to stop at once
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.