You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/research/failure-handling.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ Kubernetes object. Possible reactions include:
12
12
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.
13
13
2.**Rollback**: AC deletes all resourses that were created during current run.
14
14
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.
17
17
18
18
Also during discussion in the community several additional features related to the topic were requested:
0 commit comments