File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,11 @@ which allows you to control the number of retries per index.
36
36
37
37
## How Backoff Limit Per Index works
38
38
39
- To use Backoff Limit Per Index for Indexed Jobs, configure the following:
40
- * Specify the number of tolerated Pod failures per index with the
41
- ` spec.backoffLimitPerIndex ` field. When you set this field, the Job executes
42
- all indexes by default.
39
+ To use Backoff Limit Per Index for Indexed Jobs, specify the number of tolerated
40
+ Pod failures per index with the ` spec.backoffLimitPerIndex ` field. When you set
41
+ this field, the Job executes all indexes by default.
42
+
43
+ Additionally, to fine-tune the error handling:
43
44
* Specify the cap on the total number of failed indexes by setting the
44
45
` spec.maxFailedIndexes ` field. When the limit is exceeded the entire Job is
45
46
terminated.
You can’t perform that action at this time.
0 commit comments