Skip to content

Commit

Permalink
tweak ft section of usage (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored Aug 12, 2024
1 parent 5f7b9b8 commit 7824dd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ that when the resources are recreated they will still have sufficient
quota to execute. The number of times an AppWrapper is reset is
tracked as part of its status; if the number of resets exceeds the
`RetryLimit`, then the AppWrapper moves into a `Failed` state and its
resources are deleted (thus finally releasing its quota). Deletion of
a top-level wrapped resource will cause the AppWrapper directly enter
resources are deleted (thus finally releasing its quota). External deletion
of a top-level wrapped resource will cause the AppWrapper to directly enter
the `Failed` state independent of the `RetryLimit`.

To support debugging `Failed` workloads, an annotation can be added to an
Expand Down

0 comments on commit 7824dd7

Please sign in to comment.