You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?