justincely / lightcurve_pipeline

pipeline for high level science products of HST 13902
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Local database sessions #14

Closed bourque closed 9 years ago

bourque commented 9 years ago

Changed code to establish a new database session for each call to the database, instead of using a global session object. This will hopefully provide a safer way to query, insert, and update the database during multiprocessing.