grammyjs / auto-retry

A transformer function for retrying requests.
https://grammy.dev/plugins/auto-retry
MIT License
7 stars 1 forks source link

Retry failing network requests #8

Closed KnorpelSenf closed 7 months ago

KnorpelSenf commented 1 year ago

The plugin only handles error codes returned by Telegram. It makes sense to also catch failing network requests, which can happen all the time.

KnorpelSenf commented 7 months ago

Done in #17