1 / 5
Fill in: 'We ___ a failed batch job automatically before paging anyone in the middle of the night.'
-
-
-
-
We 'retry a job' — the standard, simple collocation for re-running a failed task. The other options are less idiomatic here.
2 / 5
Fill in: 'We ___ each batch job idempotent so a retry can never double-process the same records.'
-
-
-
-
We 'make a job idempotent' — the standard, simple collocation for designing it to be safely repeatable. The other options are less idiomatic here.
3 / 5
Fill in: 'A job that retries without a limit can ___ the same failure over and over instead of alerting anyone.'
-
-
-
-
We say a job will 'repeat' a failure — the standard, natural collocation for looping on the same error. The other options aren't idiomatic here.
4 / 5
Fill in: 'We ___ a maximum retry count so a broken job eventually surfaces instead of retrying forever.'
-
-
-
-
We 'cap' a retry count — the standard collocation for setting an upper bound. The other options are less idiomatic here.
5 / 5
Fill in: 'We ___ job progress in a checkpoint so a retry resumes instead of starting the whole batch over.'
-
-
-
-
We 'record' progress — the standard collocation for persisting state for later resumption. The other options are less idiomatic here.