Fix ImageStream cache failure crashing requests instead of falling back to Quay#1357
Conversation
PR Summary by QodoGracefully fall back to Quay when ImageStream cache access fails Description
Diagram
High-Level Assessment
Files changed (2)
|
|
🤖 Finished Review · ✅ Success · Started 4:29 AM UTC · Completed 4:40 AM UTC |
Code Review by Qodo
1. Overbroad fallback try/except
|
ReviewFindingsLow
Previous runReviewFindingsMedium
Low
Labels: PR fixes a bug in ImageStream cache fallback behavior |
…ck to Quay When iib_use_imagestream_cache is enabled but the index-db-cache ImageStream is unavailable, the IIBError from oc now triggers a graceful fallback to pulling index.db directly from Quay instead of failing the entire request. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
c0d0a05 to
ad25d9b
Compare
|
🤖 Finished Review · ✅ Success · Started 4:55 AM UTC · Completed 5:08 AM UTC |
When iib_use_imagestream_cache is enabled but the index-db-cache ImageStream is unavailable, the IIBError from oc now triggers a graceful fallback to pulling index.db directly from Quay instead of failing the entire request.