Skip to main content

Module consts

Module consts 

Source
Expand description

Tardis adapter constants.

Constants§

TARDIS
The Tardis adapter identifier string.
TARDIS_API_KEY
Environment variable name for the Tardis API key.
TARDIS_MACHINE_WS_URL
Environment variable name for the Tardis Machine WebSocket URL.
TARDIS_REST_RATE_KEY
Rate limit key for Tardis REST API requests.
WS_HEARTBEAT_INTERVAL_SECS
Heartbeat (ping) interval for the Tardis Machine WebSocket in seconds.
WS_INITIAL_RECONNECT_DELAY_SECS
Initial reconnection delay for the Tardis Machine WebSocket in seconds.
WS_MAX_RECONNECT_DELAY_SECS
Maximum reconnection delay for the Tardis Machine WebSocket in seconds.

Statics§

TARDIS_REST_QUOTA
Default rate limit for Tardis REST API (10 requests per second).