pulibrary / bibdata

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

SCSB import job is blocking deployment #2321

Open christinach opened 5 months ago

christinach commented 5 months ago

We run the SCSB import job to import full dump files from SCSB. The job is scheduled to run on a Saturday so that it does not get interrupted by a deployment.

Some times we need to run the job ad hoc during the week. This will block the deployment because the deploy will restart the worker and the SCSB import job.

Example of a failing SCSB import job because of a bibdata deployment.

Screenshot 2024-03-20 at 2 18 56 PM

Acceptance Criteria