Optional per-action retry policy honoured by the web executor. Retries run web-side only when environment is "web"; otherwise retrying is left to the caller's scheduler. When present, both interval and maxAttempts are required: the executor uses interval.ms as the inter-attempt delay and maxAttempts as the loop bound, with no defaults.
Optional per-action retry policy honoured by the web executor. Retries run web-side only when
environmentis "web"; otherwise retrying is left to the caller's scheduler. When present, bothintervalandmaxAttemptsare required: the executor usesinterval.msas the inter-attempt delay andmaxAttemptsas the loop bound, with no defaults.