Skip to main content

Module env

Module env 

Source
Expand description

Operator overrides for the retry budget.

Follows the workspace’s GGLIB_* escape-hatch convention: the defaults are what almost everyone should run, and these exist for the operator who has a reason to differ. Deliberately no settings-table entry — a resilience budget is not a user preference, and a migration for it would be unearned.

Constants§

DEADLINE_ENV_VAR
Overrides the wall-clock ceiling on a whole retry sequence, in seconds.
MAX_ATTEMPTS_ENV_VAR
Overrides how many attempts a retry sequence may make, including the first.

Functions§

parse 🔒
Read and parse one variable, warning on a value that cannot be used.