nansencenter / django-geo-spaas-harvesting

Harvest data into a GeoSPaaS catalog
GNU General Public License v3.0
1 stars 1 forks source link

Fix high number of concurrent database connections #72

Closed aperrin66 closed 3 years ago

aperrin66 commented 3 years ago

Resolves #71 by moving the checks for existing URIs from the normalizing threads back to the main process.

Also modified some misleading log messages.