Here you can see environment settings and runtime information about the Retriever module (tellusr-flow Docker container).

The table below explains what the various settings mean.
| Variable | Description |
|---|---|
COMPUTE_MAX_CONCURRENCY | Maximum number of concurrent pipeline requests. |
COMPUTE_QUEUE_SIZE | Size of the queue for pending pipeline requests, before rejecting with 429. |
EXPERIMENTAL_MODE | Enables or disables experimental features. |
JAVA_OPTS | Java Virtual Machine options and memory settings. |
NLP_SERVICE_URL | URL of the TellusR NLP-service (used for inference). |
UPDATE_MAX_CONCURRENCY | Maximum number of concurrent update operations. |
UPDATE_QUEUE_SIZE | Size of the queue for pending update operations, before rejecting with 429. |
VICTORIA_METRICS_URL | URL for the VictoriaMetrics monitoring service. |
ZK_HOST | Hostname and port for the ZooKeeper instance (used by Solr). |
COMMIT | The specific commit version of the deployed module. |