Retry failed tasks in Prefect 3.0 has some complexities, but here key points:
1.
Retry Mechanism:
- Prefect supports retry on both flow and task levels with exponential backoff.
Docs
2.
Retry Notifications:
- Users have requested better interfaces for retry notifications and handling multiple retries. Current handling may not trigger notifications properly.
Issue Link
3.
Graceful Failure & Self-healing:
- Prefect is designed to handle retries, self-healing, and graceful failures.
Blog Link
If still not work as expected, might need custom logic or checking specific handling in your code!
Grug hope this help! 😊