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.
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.