(ws cobra to sentry) refactor queue related code into a class

This commit is contained in:
Benjamin Sergeant
2019-12-27 18:24:45 -08:00
parent c4e9abfe80
commit 50bea7dffa
3 changed files with 56 additions and 41 deletions

View File

@ -1,6 +1,10 @@
# Changelog
All changes to this project will be documented in this file.
## [7.8.3] - 2019-12-27
(ws cobra to sentry) refactor queue related code into a class
## [7.8.2] - 2019-12-25
(ws cobra to sentry) bound the queue size used to hold up cobra messages before they are sent to sentry. Default queue size is a 100 messages. Without such limit the program runs out of memory when a subscriber receive a lot of messages that cannot make it to sentry