MI-DPLA / combine

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

ensure_active_livy_session creates new Livy session when fired from bg task #314

Closed ghukill closed 6 years ago

ghukill commented 6 years ago

As opposed to stopping / restarting the current one. It's likely related to the stale db connection that bg tasks has?

Same Livy session is used, but creates a new Combine LivySession. Difficult to untangle, but definitely related to https://github.com/WSULib/combine/issues/311.

ghukill commented 6 years ago

Hoping this will also be addressed by https://github.com/WSULib/combine/issues/184

ghukill commented 6 years ago

Indeed, Celery for bg tasks fixes.