Skip remote fetch jobs for unreachable instances

This commit is contained in:
Mark Felder 2023-12-26 16:28:05 -05:00
commit 9c0040124a
2 changed files with 15 additions and 9 deletions

View file

@ -1,2 +1,3 @@
Remote object fetch failures will prevent the object fetch job from retrying if the object has been deleted or the fetch was denied with a 403 due to instance block behavior with authorized_fetch enabled.
Mark instances as unreachable when object fetch is denied due to instance block and authorized_fetch.
Skip fetching objects from unreachable instances.