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 recently got into a situation where the logger handler turned into sync mode and got stuck for a really long time. We would prefer to drop the messages instead of going to sync mode (which makes the situation even worse). We do have a rate limit configured, but this is hard to get right because the rate limit is local to a single process, whereas sentry API side rate limits are global.
The text was updated successfully, but these errors were encountered:
We recently got into a situation where the logger handler turned into sync mode and got stuck for a really long time. We would prefer to drop the messages instead of going to
sync
mode (which makes the situation even worse). We do have a rate limit configured, but this is hard to get right because the rate limit is local to a single process, whereas sentry API side rate limits are global.The text was updated successfully, but these errors were encountered: