[jira] [Commented] (AIRFLOW-511) DagRun Failure: Retry, Email, Callbacks

2018-01-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AIRFLOW-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16332642#comment-16332642
 ] 

ASF subversion and git services commented on AIRFLOW-511:
-

Commit c3c4a8fdce0574d42be44f070d43807238daa9e8 in incubator-airflow's branch 
refs/heads/master from [~ahaidrey]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=c3c4a8f ]

[AIRFLOW-511][Airflow 511] add success/failure callbacks on dag level

Closes #2934 from Acehaidrey/AIRFLOW-511


> DagRun Failure: Retry, Email, Callbacks
> ---
>
> Key: AIRFLOW-511
> URL: https://issues.apache.org/jira/browse/AIRFLOW-511
> Project: Apache Airflow
>  Issue Type: Improvement
>Reporter: Rob Froetscher
>Assignee: Ace Haidrey
>Priority: Minor
> Fix For: 1.10.0
>
>
> Are there any plans to have retry, email, or callbacks on failure of a DAG 
> run? Would you guys be open to someone implementing that? Right now 
> particularly with dagrun_timeout, there is not much insight that the dag 
> actually stopped.
> Pseudocode: 
> https://github.com/apache/incubator-airflow/compare/master...rfroetscher:dagrun_failure



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AIRFLOW-511) DagRun Failure: Retry, Email, Callbacks

2018-01-19 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AIRFLOW-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16332641#comment-16332641
 ] 

ASF subversion and git services commented on AIRFLOW-511:
-

Commit c3c4a8fdce0574d42be44f070d43807238daa9e8 in incubator-airflow's branch 
refs/heads/master from [~ahaidrey]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=c3c4a8f ]

[AIRFLOW-511][Airflow 511] add success/failure callbacks on dag level

Closes #2934 from Acehaidrey/AIRFLOW-511


> DagRun Failure: Retry, Email, Callbacks
> ---
>
> Key: AIRFLOW-511
> URL: https://issues.apache.org/jira/browse/AIRFLOW-511
> Project: Apache Airflow
>  Issue Type: Improvement
>Reporter: Rob Froetscher
>Assignee: Ace Haidrey
>Priority: Minor
> Fix For: 1.10.0
>
>
> Are there any plans to have retry, email, or callbacks on failure of a DAG 
> run? Would you guys be open to someone implementing that? Right now 
> particularly with dagrun_timeout, there is not much insight that the dag 
> actually stopped.
> Pseudocode: 
> https://github.com/apache/incubator-airflow/compare/master...rfroetscher:dagrun_failure



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AIRFLOW-511) DagRun Failure: Retry, Email, Callbacks

2018-01-11 Thread Ace Haidrey (JIRA)

[ 
https://issues.apache.org/jira/browse/AIRFLOW-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16323179#comment-16323179
 ] 

Ace Haidrey commented on AIRFLOW-511:
-

Have a simple PR for this coming soon. It fixes the issues we described by 
adding on success on failure callbacks on the dag level.

> DagRun Failure: Retry, Email, Callbacks
> ---
>
> Key: AIRFLOW-511
> URL: https://issues.apache.org/jira/browse/AIRFLOW-511
> Project: Apache Airflow
>  Issue Type: Improvement
>Reporter: Rob Froetscher
>Priority: Minor
>
> Are there any plans to have retry, email, or callbacks on failure of a DAG 
> run? Would you guys be open to someone implementing that? Right now 
> particularly with dagrun_timeout, there is not much insight that the dag 
> actually stopped.
> Pseudocode: 
> https://github.com/apache/incubator-airflow/compare/master...rfroetscher:dagrun_failure



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AIRFLOW-511) DagRun Failure: Retry, Email, Callbacks

2017-12-13 Thread Ace Haidrey (JIRA)

[ 
https://issues.apache.org/jira/browse/AIRFLOW-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16290486#comment-16290486
 ] 

Ace Haidrey commented on AIRFLOW-511:
-

That does sound like a possibility, but I just feel that is harder to ask a 
bunch of members from a company to think about in order to monitor. Do you not 
see it as a good idea to have a dagrun_timeout_callback or something of that 
sort?

> DagRun Failure: Retry, Email, Callbacks
> ---
>
> Key: AIRFLOW-511
> URL: https://issues.apache.org/jira/browse/AIRFLOW-511
> Project: Apache Airflow
>  Issue Type: Improvement
>Reporter: Rob Froetscher
>Priority: Minor
>
> Are there any plans to have retry, email, or callbacks on failure of a DAG 
> run? Would you guys be open to someone implementing that? Right now 
> particularly with dagrun_timeout, there is not much insight that the dag 
> actually stopped.
> Pseudocode: 
> https://github.com/apache/incubator-airflow/compare/master...rfroetscher:dagrun_failure



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AIRFLOW-511) DagRun Failure: Retry, Email, Callbacks

2017-12-13 Thread Dan Davydov (JIRA)

[ 
https://issues.apache.org/jira/browse/AIRFLOW-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16290485#comment-16290485
 ] 

Dan Davydov commented on AIRFLOW-511:
-

You might be able to accomplish this for now using the task sla feature on a 
task that depends on all of the other tasks in the DAG

> DagRun Failure: Retry, Email, Callbacks
> ---
>
> Key: AIRFLOW-511
> URL: https://issues.apache.org/jira/browse/AIRFLOW-511
> Project: Apache Airflow
>  Issue Type: Improvement
>Reporter: Rob Froetscher
>Priority: Minor
>
> Are there any plans to have retry, email, or callbacks on failure of a DAG 
> run? Would you guys be open to someone implementing that? Right now 
> particularly with dagrun_timeout, there is not much insight that the dag 
> actually stopped.
> Pseudocode: 
> https://github.com/apache/incubator-airflow/compare/master...rfroetscher:dagrun_failure



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AIRFLOW-511) DagRun Failure: Retry, Email, Callbacks

2017-12-13 Thread Ace Haidrey (JIRA)

[ 
https://issues.apache.org/jira/browse/AIRFLOW-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16290191#comment-16290191
 ] 

Ace Haidrey commented on AIRFLOW-511:
-

[~aoen] [~bolke] [~Fokko] etc.

Can one of you take a look at this request and give thoughts on how to best 
implement this. I can make the PR, testing, etc. if no one else will but I 
think this is quite an important feature. Airflow's pillars to visualize, 
maintain, and monitor pipelines, and not getting messages on dagrun timeouts 
has no solution to monitoring. 

> DagRun Failure: Retry, Email, Callbacks
> ---
>
> Key: AIRFLOW-511
> URL: https://issues.apache.org/jira/browse/AIRFLOW-511
> Project: Apache Airflow
>  Issue Type: Improvement
>Reporter: Rob Froetscher
>Priority: Minor
>
> Are there any plans to have retry, email, or callbacks on failure of a DAG 
> run? Would you guys be open to someone implementing that? Right now 
> particularly with dagrun_timeout, there is not much insight that the dag 
> actually stopped.
> Pseudocode: 
> https://github.com/apache/incubator-airflow/compare/master...rfroetscher:dagrun_failure



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AIRFLOW-511) DagRun Failure: Retry, Email, Callbacks

2017-10-17 Thread Manu Zhang (JIRA)

[ 
https://issues.apache.org/jira/browse/AIRFLOW-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16207750#comment-16207750
 ] 

Manu Zhang commented on AIRFLOW-511:


Any progress on this issue or is it already implemented ?

> DagRun Failure: Retry, Email, Callbacks
> ---
>
> Key: AIRFLOW-511
> URL: https://issues.apache.org/jira/browse/AIRFLOW-511
> Project: Apache Airflow
>  Issue Type: Improvement
>Reporter: Rob Froetscher
>Priority: Minor
>
> Are there any plans to have retry, email, or callbacks on failure of a DAG 
> run? Would you guys be open to someone implementing that? Right now 
> particularly with dagrun_timeout, there is not much insight that the dag 
> actually stopped.
> Pseudocode: 
> https://github.com/apache/incubator-airflow/compare/master...rfroetscher:dagrun_failure



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (AIRFLOW-511) DagRun Failure Retry, Email, Callbacks

2016-09-15 Thread Rob Froetscher (JIRA)

[ 
https://issues.apache.org/jira/browse/AIRFLOW-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15494568#comment-15494568
 ] 

Rob Froetscher commented on AIRFLOW-511:


[~criccomini] any thoughts on this?

> DagRun Failure Retry, Email, Callbacks
> --
>
> Key: AIRFLOW-511
> URL: https://issues.apache.org/jira/browse/AIRFLOW-511
> Project: Apache Airflow
>  Issue Type: Improvement
>Reporter: Rob Froetscher
>Priority: Minor
>
> Are there any plans to have retry, email, or callbacks on failure of a DAG 
> run? Would you guys be open to someone implementing that. Right now 
> particularly with dagrun_timeout, there is not much insight that the dag 
> actually stopped.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)