Choosing the right failure handling strategy
A pipeline calls an external payment API that occasionally returns HTTP 503 errors during peak hours. The API team confirms that requests almost always succeed on the second or third attempt, but the wait between retries matters because the API needs a few minutes to recover.
Which retry configuration best handles this scenario?
This exercise is part of the course
Building Data Pipelines with Airflow
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise