Module event_db

Source
Expand description

Command line and environment variable settings for the service

Structsยง

EnvVars ๐Ÿ”’
Configuration for event db.

Constantsยง

EVENT_DB_CONN_TIMEOUT ๐Ÿ”’
Sets the connection timeout used by the pool. Defaults to 300 seconds.
EVENT_DB_MAX_CONNECTIONS ๐Ÿ”’
Sets the maximum number of connections managed by the pool. Defaults to 100.
EVENT_DB_MAX_LIFETIME ๐Ÿ”’
Sets the maximum lifetime of connections in the pool. Defaults to 30 minutes.
EVENT_DB_MIN_IDLE ๐Ÿ”’
Sets the minimum idle connection count maintained by the pool. Defaults to 0.
EVENT_DB_URL_DEFAULT ๐Ÿ”’
Default Event DB URL.