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

Investigate retrying indexing when traject aborts #2326

Open christinach opened 4 months ago

christinach commented 4 months ago

Figure out how sidekiq retries indexing a whole file and how an individual record in the file. It should retry indexing the file before another file starts to index.

Check traject's retry functionality Index manager's retry functionality Sidekiq retry functionality