Hello! I have 2 questions regarding flow run cance...
# ask-community
a
Hello! I have 2 questions regarding flow run cancellation. The docs mention that:
If the run does not terminate after a grace period (default of 30 seconds), the infrastructure will be killed, ensuring the flow run exits.
1. How can we change this default grace cancellation period of 30 seconds? 2. If an on _`on_cancellation`_ hook takes more time than this to complete what will happen? Will it get killed?