rodrigogs / mysql-events

A node package that watches a MySQL database and runs callbacks on matched events.
BSD 3-Clause "New" or "Revised" License
136 stars 52 forks source link

when i using cronjob for taking new insert every hour then mysql making multiple connection #48

Open himanshuthakurmagictym opened 1 year ago

himanshuthakurmagictym commented 1 year ago

when i am using cronjob for using event handling tracking it is showing multiple connnection in mysql. can you please help me how to solve it.

i am using cronjob every hour which create connection and start instannce and stop the stop the instance

image