pulibrary / bibdata

Local API for retrieving bibliographic and other useful data from Alma (Ruby 3.2.0, Rails 7.1.3.4)
BSD 2-Clause "Simplified" License
16 stars 7 forks source link

Rescue when trying to delete a dump associated with an IndexManager #2389

Closed maxkadel closed 4 months ago

maxkadel commented 4 months ago

If a dump is still referenced by an IndexManager, just let it hang out until it is no longer referenced.

Closes #1749