arabold/serverless-sentry-plugin

[bug] [regression] Error: Sentry: Error deploying release - Error: Too Many Requests

fancywriter opened this issue · 4 comments

Hello!

We started to getting "too many requests" error from Sentry after last update.
"You are attempting to use this endpoint too frequently. Limit is 40 requests in 1 seconds"

I can assume it may happen because of latest change 5140c0d

Two things I can propose here:

  • To decrease it to more reasonable standard value.
  • To parameterize it to have more control on it (put 999 if I am sure what I am doing or 1 if want to disable parallelism completely).

For me concurrency 5 was reasonable default, why it was changed to 50, did it really give meaningful performance gain?

kiorq commented

Has there been an update on this? experiencing this right now?