Smithsonian / ForestGEO

🌱🌳Web app helping a global network of scientists and forest research sites manage and validate data. Collaboration between the Smithsonian Institution's Forest Global Earth Observatory (ForestGEO), Microsoft, and CodeDay.
12 stars 4 forks source link

MySQL Connection SIGINT capture & graceful closure, additional settin… #169

Closed siddheshraze closed 3 months ago

siddheshraze commented 3 months ago

…gs to ensure connection is not closed.

Adding additional emergency settings to ensure that connection is not automatically set to closed after mysql server is exited. Further incorporating graceful shutdown mechanism to ensure that in the rare case that leftover connections remain, they are properly closed. (#168)