Variable: RETRY_CONSTRAINTS
constRETRY_CONSTRAINTS: {DEFAULT:3;MAX:10;MIN:0;STEP:1; }
Defined in: src/constants.ts:358
Retry attempt constraints for per-monitor retry configuration.
Type Declarationโ
DEFAULTโ
readonlyDEFAULT:3=3
Default number of retry attempts
MAXโ
readonlyMAX:10=10
Maximum retry attempts allowed
MINโ
readonlyMIN:0=0
Minimum retry attempts (immediate failure)
STEPโ
readonlySTEP:1=1
Step increment for retry configuration
Remarksโ
Defines the limits for retry attempts when monitors fail, balancing between resilience and avoiding excessive load.