You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/08 06:29:20 UTC

[jira] [Commented] (EAGLE-522) Implement HOURLY_RULE for Absence Alert.

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

ASF GitHub Bot commented on EAGLE-522:
--------------------------------------

Github user haoch commented on the issue:

    https://github.com/apache/incubator-eagle/pull/426
  
    @pkuwm there is building error, could you pls. confirm it? If no problem, we will merge.


> Implement HOURLY_RULE for Absence Alert.
> ----------------------------------------
>
>                 Key: EAGLE-522
>                 URL: https://issues.apache.org/jira/browse/EAGLE-522
>             Project: Eagle
>          Issue Type: Improvement
>    Affects Versions: v0.5.0
>            Reporter: Huizhi Lu
>            Assignee: Huizhi Lu
>             Fix For: v0.5.0
>
>
> Absence alert HOURLY_RULE is another use case for customers' needs.
> We need to schedule jobs to be run every x hours. Current absence alert only supports daily rule, but not our case. So HOURLY_RULE should be supported.
> The policy for the hourly_rule should be like the following.
> // "numOfFields, f1_name, f2_name, f1_value, f2_value, absenceWindowRuleType, startTime, endTime, interval"
>  example: "1,jobID,job1,hourly_rule,2016-09-09 12:00:00,2016-09-09 13:00:00,10:00:00"
> That being said, job1 starts during the period 2016-09-09 12:00:00 ~ 2016-09-09 13:00:00, and the job should start again every 10:00:00 hours after the period.
> If not, absence alert will be triggered.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)