Skip to content

Commit 3c37d93

Browse files
authored
Corrected typo and changed "this" to "current"
Corrected "childer" to "children" (typo from previous PR, and changed "this" to current to better reflect the naming
1 parent dcde29e commit 3c37d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/research/failure-handling.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Kubernetes object. Possible reactions include:
1212
1. **Retry**: AC tries to delete failed K8s resource and then re-create it. We should be able to set maximum retries and delay before the next retry.
1313
2. **Rollback**: AC deletes all resourses that were created during current run.
1414
3. **Abort**: Immediate quit, keep all created resources.
15-
4. **Ignore this**: AC proceeds with creating resources as if current one was created successfully.
16-
5. **Ignore childer**: AC skips creation of all resources depending on the current one and all cascade dependencies, but proceeds with creating the rest of resources.
15+
4. **Ignore current**: AC proceeds with creating resources as if current one was created successfully.
16+
5. **Ignore children**: AC skips creation of all resources depending on the current one and all cascade dependencies, but proceeds with creating the rest of resources.
1717

1818
Also during discussion in the community several additional features related to the topic were requested:
1919

0 commit comments

Comments
 (0)