Configure Bulk Operation Settings
For bulk operations, you can configure the options displayed in MATRIXX Backoffice Customer Tool for how many records can be processed per second and override the default location of the status files created during bulk operations, which is /opt/mtx/conf/BCT. The status files of bulk operations run on all instances of MATRIXX Backoffice Customer Tool are stored in this location.
Procedure
- Access the settings.json file located at /opt/mtx/conf/matrixxbct in the files for your configuration source. See the discussions about configuring MATRIXX web apps and the provided example for more information.
-
To define the options for how many records can be processed per second, add the
following property to your new settings.json file:
{ "BULK_OPERATION": { "processing_records_rate": [10, 1000, 3000, 40, 50] } }
The rate options provided here populate the drop-down menu for the Records Per Second Limit field in MATRIXX Backoffice Customer Tool. - Save the file.
- Access the matrixx.yaml file located at /opt/mtx/conf in the files for your configuration source. See the discussions about configuring MATRIXX web apps and the provided example for more information.
-
To override the default location of the status files,
set the following property:
bulkOpsFileLocation:/opt/mtx/conf/BCT
Note: This path cannot be a local path in your Kubernetes pod. - Save the file.
- Rebuild the configuration image and host it in your image repository.
- Update your Helm values file with the new tag for the image, if necessary. See the discussions about configuring MATRIXX web apps and the provided example for more information.
- Restart MATRIXX Backoffice Customer Tool.