Skip to main content

Module runtime

Module runtime 

Source
Expand description

Runtime configuration environment variables

These control the Tokio runtime, system health/metrics server, and worker behavior

Modules§

canary
Canary deployment configuration
compute
Compute configuration
system
System status server configuration

Constants§

DYN_ENABLE_POLL_HISTOGRAM
Enable Tokio task poll-time histogram (calls enable_metrics_poll_time_histogram on builder). Set to “1”, “true”, or “yes” to enable. Adds ~2× overhead of Instant::now() per task poll.
DYN_RUNTIME_MAX_BLOCKING_THREADS
Maximum number of blocking threads for Tokio runtime
DYN_RUNTIME_NUM_WORKER_THREADS
Number of async worker threads for Tokio runtime