MI-DPLA / combine

Combine /kämˌbīn/ - Metadata Aggregator Platform
MIT License
26 stars 11 forks source link

Consider refresh_from_db as alternative to refreshing db connection #297

Closed ghukill closed 5 years ago

ghukill commented 5 years ago

https://docs.djangoproject.com/en/2.1/ref/models/instances/#django.db.models.Model.refresh_from_db

Particularly in Spark and bg tasks

ghukill commented 5 years ago

Closing - connection close/connect works for now.