GitHub user narendly opened a pull request:

    https://github.com/apache/helix/pull/170

    [HELIX-688] Add method that returns start time of the most recent tas…

    …k scheduled
    
    getLastScheduledTaskTimestamp returns the timestamp for the start time of 
the task that was scheduled last. Clients of Task Framework may use this API 
against their time to completion metric to determine if a given 
workflow/job/task is stuck.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/narendly/helix lasttask

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/helix/pull/170.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #170
    
----
commit 13b131f7c2ec4c40e92beecb2552969157bd4882
Author: narendly <narendly@...>
Date:   2018-03-27T23:25:22Z

    [HELIX-688] Add method that returns start time of the most recent task 
scheduled
    
    getLastScheduledTaskTimestamp returns the timestamp for the start time of 
the task that was scheduled last. Clients of Task Framework may use this API 
against their time to completion metric to determine if a given 
workflow/job/task is stuck.

----


---

Reply via email to