Skip to main content
Version: 1.16

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

NameTypeDefault ValueDescription
regards.ingest.aips.scan.iteration-limitinteger100Maximum number of requests to handle in a batch of AIP processing for deletion or update
regards.storage.client.response.batch.sizeinteger500Maximum number of AMQP events received from storage service to handle in batch
regards.aip.dump.zip-limitInteger1000Page size of AIPs retrieve during dump process
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.