Hi @Bernard Johannes
Here’s how the retry intervals progress:
- 1st Retry: T (initial interval, e.g., 0.613 hours)
- 2nd Retry: 2T (e.g., 1.301 hours)
- 3rd Retry: 4T (e.g., 2.619 hours)
- 4th Retry: 8T (e.g., 5.292 hours)
- 5th Retry: 16T (e.g., 10.584 hours)
You can estimate the approximate time for the next retry based on the exponential growth.
If retries are not occurring and you need to delete the deployment urgently, consider manually deleting the deployment and its associated resources after ensuring the workflows are fixed and operational.