checkly / checkly-cli

TS/JS native Monitoring as Code workflow
Apache License 2.0
64 stars 11 forks source link

story: retry on iot connect failure with a backoff #949

Closed umutuzgur closed 3 months ago

umutuzgur commented 5 months ago

Story description

IoT might reject connections due to lambda throttling. This is an expected scenarios and the client should retry when this happens. The cli currently tries to connect once and gives up on the first error. This is the behaviour we need to change so we try, for example, 3 times with some backoff

Shortcut link

No response

Additional resources

No response