sul-dlss / folio_client

Interface for interacting with the Folio ILS API.
Other
0 stars 0 forks source link

Setting configurable higher maximum number of job status checks #96

Closed lwrubel closed 11 months ago

lwrubel commented 11 months ago

Why was this change made? 🤔

Refs https://github.com/sul-dlss/hydra_etd/issues/1573. We have seen data import jobs for ETD stub records take longer to have a job status available than our current code allows. This adds a setting for the status check retries and doesn't raise a NotFoundError unless

How was this change tested? 🤨

Unit, ran api_test.rb and used with hydra_etd in stage when running the etd_creation integration test.