grammyjs / storages

Storage adapters for grammY sessions.
48 stars 24 forks source link

fix(free): prevent server flooding after 5xx #135

Closed KnorpelSenf closed 1 year ago

KnorpelSenf commented 1 year ago

If a 5xx error occurs regularly, we must not retry immediately. This could cause millions of requests in short periods of time.

Closes #136