fivebeans
fivebeans copied to clipboard
Connections left open
I have got fivebeans running as a part of a small system that uses supervisor to run a node server and the queue runner. I've noticed that every time a job gets added to the queue a new connection is opened and never closed after the job has been successful or buried. I thought it might be the server script but that only initialises a singleton of the fivebeans client. Is there potentially something I could be missing, do I need to manually close the connection somewhere? I know this is going to be hard to respond to with no code and very little context but unfortunately I can't disclose any code. Any help or suggestions would be hugely appreciated!