retry icon indicating copy to clipboard operation
retry copied to clipboard

feat: add random wait strategy on retry

Open simonjur opened this issue 6 months ago • 0 comments

Description

Add random wait strategy on retry. Randomness is defined with retry_wait_seconds_min and retry_wait_seconds_max inputs + switch algo with retry_wait_strategy=random

additional change: switch from ncc to esbuild which is a lot faster and produce smaller bundle

Testing

TODO. didn't have time for tests yet...

simonjur avatar Jul 30 '24 12:07 simonjur