You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Scott Kruger (JIRA)" <ji...@apache.org> on 2017/02/06 15:47:41 UTC

[jira] [Created] (AIRFLOW-843) Store task exceptions in context

Scott Kruger created AIRFLOW-843:
------------------------------------

             Summary: Store task exceptions in context
                 Key: AIRFLOW-843
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-843
             Project: Apache Airflow
          Issue Type: Improvement
            Reporter: Scott Kruger
            Priority: Minor


If a task encounters an exception during execution, it should store the exception on the execution context so that other methods (namely `on_failure_callback` can access it.  This would help with custom error integrations, e.g. Sentry.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)