HomePhorge
Diffusion tesla 30b8adf0d470

Apply strict validation to retry middlware options

Description

Apply strict validation to retry middlware options

Now we explicitly fail when either one of the following misconfigurations are detected:

  • delay is not a positive integer.
  • max_delay is not a positive integer.
  • max_retries is not a non-negative integer.

Details

Provenance
João BrittoAuthored on Aug 23 2020, 2:11 PM
Parents
R28:7b3a8ae5f563: Make sure retry won't crash when either `delay` or `max_delay` are misconfigured
Branches
Unknown
Tags
Unknown

Event Timeline