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.