Hi, You can just add your SLA parameter to your `default_args` and you should get a single email with the list of tasks that didn't make the SLA soon after the timedelta is expired.
Max On Tue, Sep 20, 2016 at 5:36 PM, Ali Naqvi <[email protected]> wrote: > Hi folks, > I know that currently SLAs are implemented for tasks via a simple > > ``` > sla=datetime.timedelta(hours=1) > ``` > > , but I was wondering is there a way to implement a dag level SLA in > airflow. > > Best Regards, > Ali >
