Skip to content
Documentation

Operate Cordum.

Metrics endpoints, key environment variables, and operational notes for running the control plane in production.

Metrics & Health
  • Scheduler: :9090/metrics
  • API gateway: :9092/metrics
  • Workflow 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 connections
NATS_USE_JETSTREAM=1Enable durability (optional)
POOL_CONFIG_PATHWorker pool definitions
SAFETY_KERNEL_ADDRPolicy service location
GATEWAY_HTTP_ADDRPublic API binding
CORDUM_API_KEYAdmin authentication key
Reset 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.