autophagy commented on a change in pull request #18910:
URL: https://github.com/apache/flink/pull/18910#discussion_r816034873
##########
File path: docs/content.zh/docs/deployment/overview.md
##########
@@ -152,7 +152,14 @@ When deploying Flink, there are often multiple options
available for each buildi
</tbody>
</table>
-
+### Repeatable Resource Cleanup Strategy
+
+Once a job has reached a globally terminal state of either finished, failed or
cancelled, the
+external component resources associated with the job are then cleaned up. In
the event of a
+failure when cleaning up a resource, Flink will attempt to retry the cleanup
based on
+a repeatable retry strategy. You can [configure]({{< ref
"docs/deployment/config" >}}) this
Review comment:
Yep, it works - the syntax is
`/docs/deployment/config#retryable-cleanup`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]