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
I'm running my hubot instance on Heroku. It's coming up with a memory leak after 45 minutes of being started. No messages were posted in the group me room so hubot wasn't running anything. The only thing is the groupme adapter could have a memory leak? I'm not familiar with memory management in node. Can you take a look and see if the timer could be optimized and the messages nulled out after query? And maybe limit api query to last 5 messages? No way that there are going to be more than 5 posts to groupme room in 2 seconds.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm running my hubot instance on Heroku. It's coming up with a memory leak after 45 minutes of being started. No messages were posted in the group me room so hubot wasn't running anything. The only thing is the groupme adapter could have a memory leak? I'm not familiar with memory management in node. Can you take a look and see if the timer could be optimized and the messages nulled out after query? And maybe limit api query to last 5 messages? No way that there are going to be more than 5 posts to groupme room in 2 seconds.
Thanks!
The text was updated successfully, but these errors were encountered: