pulibrary / figgy

Valkyrie-based digital repository backend.
Other
36 stars 4 forks source link

Add sidekiq to health monitor #6304

Closed hackartisan closed 6 months ago

hackartisan commented 6 months ago

advances #6287

This monitor will fail if any job in the retry queue has 20 or more retries. There is not a way in the sidekiq api to check retry latency because it's not a queue; it's a set. We had determined that 5 days would probably be around 17 retries, but it's not configurable in the underlying gem.