Object describing the retry strategy to apply to a Synthetic test.

Hierarchy

  • SyntheticsTestOptionsRetry

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
count?: number

Number of times a test needs to be retried before marking a location as failed. Defaults to 0.

interval?: number

Time interval between retries (in milliseconds). Defaults to 300ms.

Generated using TypeDoc