I'm using CloudRabbit on Heroku and under their $20 plan with max of 6 connections, I'm constantly hitting the connection limit. I have 1 app, and all I'm doing is making the connection, putting something into a queue, and then closing the connection. Even so, I'm still hitting that limit fairly easily. Is there something else I can do to stop hitting the limit? I read something about heartbeats, would that help?