Re: Identifying delay between schedule & run instances

2018-08-09 Thread vardanguptacse
On 2018/08/09 06:27:30, Bolke de Bruin wrote: > Hi vardang, > > What do you intent to gain from this metric? There are many influences that > influence a difference between execution date and start date. You named one > of them, but there are also functional ones (limits reached etc). We

Re: Identifying delay between schedule & run instances

2018-08-09 Thread Bolke de Bruin
Hi vardang, What do you intent to gain from this metric? There are many influences that influence a difference between execution date and start date. You named one of them, but there are also functional ones (limits reached etc). We are not a real time system so we never really purposefully

Re: Identifying delay between schedule & run instances

2018-08-09 Thread vardanguptacse
On 2018/08/06 07:07:05, vardangupta...@gmail.com wrote: > Hi Everyone, > > We just wanted to calculate a metric which can talk about what's the delay(if > any) between DAG getting active in scheduler & server and then tasks of DAG > actually getting kicked off (let's suppose start_date

Identifying delay between schedule & run instances

2018-08-06 Thread vardanguptacse
Hi Everyone, We just wanted to calculate a metric which can talk about what's the delay(if any) between DAG getting active in scheduler & server and then tasks of DAG actually getting kicked off (let's suppose start_date was of 1 hour earlier and schedule was every 10 minutes). Currently