Skip to content

Commit 481f4c3

Browse files
committed
Review remarks 4
1 parent 9a1d83e commit 481f4c3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/en/blog/_posts/2025-04-23-jobs-backofflimitperindex-goes-ga.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ which allows you to control the number of retries per index.
3636

3737
## How Backoff Limit Per Index works
3838

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:
4344
* Specify the cap on the total number of failed indexes by setting the
4445
`spec.maxFailedIndexes` field. When the limit is exceeded the entire Job is
4546
terminated.

0 commit comments

Comments
 (0)