any idea why i get this error when using
any idea why i get this error when using this retry policy
{ retries: { limit: 12, delay: '2s', backoff: 'constant' } }
5 Replies
can you send me a repro please?
an MRE should be enough, thanks :MeowHeartCloudflare:
I know what it is
instead of
2s
it should be 2 seconds
did TS type checks pass?
(if you use TS even)yea, type check passed
and yep, you are right, i was able to reproduce the error in an MRE and yes
changing the delay to 2 seconds fixed the issue
yeah this is a bug on our side anyway, thanks for reporting :MeowHeartCloudflare:
this is the type of the delay, fyi
hum the type was not supposed to be that, sorry š
thanks yet again :MeowHeartCloudflare: