grammyjs / auto-retry

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

feat: retry on HttpError #17

Closed KnorpelSenf closed 6 months ago

KnorpelSenf commented 6 months ago

The plugin does not retry HttpErrors yet. This PQ changes that.

This PQ also fixes a big where a request would not be canceled with the signal if it is currently waiting.

KnorpelSenf commented 6 months ago

Did you test this in any way? :D

KnorpelSenf commented 6 months ago

I tested it enough now