Dan Davydov created AIRFLOW-1620:
------------------------------------
Summary: Support granular and customizable hook retries
Key: AIRFLOW-1620
URL: https://issues.apache.org/jira/browse/AIRFLOW-1620
Project: Apache Airflow
Issue Type: Bug
Reporter: Dan Davydov
We need some kind of abstraction to allow for granular and customized retry
handling for hooks. For example, some users might want to catch certain types
of exceptions, and with a customized retry policy (e.g. exponential backoff),
depending on their use cases.
One possible solution is to use dependency injection (e.g. hooks need to be
passed into operators).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)