file-enrichment service.
UVICORN_WORKERS
For production (non-dev) deployments, multiple UVICORN_WORKERS are used for thefile-enrichment service. The default value is 2 and is defined in the file-enrichment section in compose.yaml. This value can be set to 1 for troubleshooting, or increased to 4+ for potential performance gains. You can modify this value by defining the export UVICORN_WORKERS=4 environment variable before launching Nemesis.
MAX_PARALLEL_WORKFLOWS
Thefile-enrichment container runs a number of file-enrichment workflows in parallel, defaulting to 5. You can modify this value by defining the export MAX_PARALLEL_WORKFLOWS=3 environment variable before launching Nemesis.
MAX_PARALLEL_ENRICHMENT_MODULES
For each file enrichment workflow, thefile-enrichment container runs multiple file enrichment modules in parallel, defaulting to 5. You can modify this value by defining the export MAX_PARALLEL_ENRICHMENT_MODULES=3 environment variable before launching Nemesis.