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 02:03:15 UTC

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

Ryota Egashira created OOZIE-1787:
-------------------------------------

             Summary: 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


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)