adsabs / ADSImportPipeline

Data ingest pipeline for ADS classic->ADS+
GNU General Public License v3.0
1 stars 12 forks source link

inefficient connection in celery (?) #148

Open romanchyla opened 7 years ago

romanchyla commented 7 years ago

this (old) document suggests that conn is opened/closed for every .delay() call - http://docs.celeryproject.org/en/2.0-archived/userguide/executing.html#connections-and-connection-timeouts

that seems bad and warrants a detailed look