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
when rollbar blocks requests due to ratelimit, memory gets to increase until the program explodes.
My bet is that this is a winston issue per se, but maybe the winston-rollbar could prevent this by using the itemsPerMinute to prevent the rate limit or integrate in a different way with winston?
The text was updated successfully, but these errors were encountered:
Thanks, happy to review a PR for that.
I'm not using winston anymore, so not actively maintaining this repo - should probably add a note. Happy to transfer it as well
Hello,
when rollbar blocks requests due to ratelimit, memory gets to increase until the program explodes.
My bet is that this is a winston issue per se, but maybe the
winston-rollbar
could prevent this by using theitemsPerMinute
to prevent the rate limit or integrate in a different way with winston?The text was updated successfully, but these errors were encountered: