You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/03/27 23:30:00 UTC

[jira] [Commented] (HELIX-688) Add method that returns start time of the most recent task scheduled

    [ https://issues.apache.org/jira/browse/HELIX-688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16416462#comment-16416462 ] 

ASF GitHub Bot commented on HELIX-688:
--------------------------------------

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 <na...@...>
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.

----


> Add method that returns start time of the most recent task scheduled
> --------------------------------------------------------------------
>
>                 Key: HELIX-688
>                 URL: https://issues.apache.org/jira/browse/HELIX-688
>             Project: Apache Helix
>          Issue Type: Improvement
>            Reporter: Hunter L
>            Priority: Major
>
> 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.



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