autophagy commented on a change in pull request #18910: URL: https://github.com/apache/flink/pull/18910#discussion_r816032124
########## 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 +retry strategy to change parameters such as number of retries, the delay between between +retries and whether retries follow a fixed-delay or an exponential-delay strategy. Review comment: Good point -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org