Documentation
Operate Cordum.
Metrics endpoints, key environment variables, and operational notes for running the control plane in production.
Metrics & Health
Scheduler: :9090/metricsAPI gateway: :9092/metricsWorkflow engine: :9093/health
Dashboard Config
The dashboard reads /config.json for connectivity settings. Production images generate this from environment variables at runtime.
Key Environment Variables
NATS_URL, REDIS_URLCore infrastructure connectionsNATS_USE_JETSTREAM=1Enable durability (optional)POOL_CONFIG_PATHWorker pool definitionsSAFETY_KERNEL_ADDRPolicy service locationGATEWAY_HTTP_ADDRPublic API bindingCORDUM_API_KEYAdmin authentication keyReset State (Dev Only)
terminal
docker compose exec redis redis-cli FLUSHALL docker compose down -v
Use these commands to completely wipe the system state. The second command removes JetStream persistence and the Redis volume.
Warning: This is destructive.