You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Ryota Egashira (JIRA)" <ji...@apache.org> on 2014/04/10 17:30:20 UTC

[jira] [Updated] (OOZIE-1787) parameterize interval of SLAService updating SlaStatus

     [ https://issues.apache.org/jira/browse/OOZIE-1787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryota Egashira updated OOZIE-1787:
----------------------------------

    Attachment: OOZIE-1787.patch

> parameterize interval of SLAService updating SlaStatus
> ------------------------------------------------------
>
>                 Key: OOZIE-1787
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1787
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Ryota Egashira
>            Assignee: Ryota Egashira
>         Attachments: OOZIE-1787.patch
>
>
> currently hard-coded to 30sec
> {code}
> // schedule runnable by default every 30 sec
> services.get(SchedulerService.class).schedule(slaThread, 10, 30,
> SchedulerService.Unit.SEC);
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)