grammyjs / auto-retry

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

Retry on all internal server errors #3

Closed KnorpelSenf closed 2 years ago

KnorpelSenf commented 2 years ago

2 introduced an option to retry 504 errors. It makes sense to retry all errors >= 500, just like the grammY core package does.