Hello, we are using Prefect 2.x (2.0.4 but planning to switch to 2.3.x very soon) and have a use case where we have a flow running every 3 minutes. We do not want to receive a failure notification if up to 2 runs fail in a row, but if the 3rd consecutive failure happens we want to be notified, what is the best way to set this up?