> On Aug 27, 2018, at 1:33 AM, Ashwani Kumar B <ashwani.b.kumar@xxxxxxxxxxxx> wrote: > > ...issue is that database table keep increasing connections to the database... You need to figure out why your client always opens new connections and never closes them, then fix that bug. Until then as a workaround you could change that client to exit after each update, or set up a periodic task to kill it.