Prevent requeuing Remote Fetcher jobs that exceed thread depth
This commit is contained in:
parent
a2708f7fe3
commit
ad0a5deb67
5 changed files with 21 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
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.
|
||||
Remote object fetch failures will prevent the object fetch job from retrying if the object request returns 403, 404, 410, or exceeds the maximum thread depth.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue