grammyjs / auto-retry

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

Serverless setup #12

Closed ralphilius closed 1 year ago

ralphilius commented 1 year ago

Hello,

Will this work in a serverless setup like Vercel or Cloudflare Workers? Any other requirements to make it support?

KnorpelSenf commented 1 year ago

Yes, it will work there, but you should remember that some providers will limit the time that your code is running. This means that if the rate limit is too high, this plugin cannot work correctly.