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

Hudson commented on SYNCOPE-216:
--------------------------------

Integrated in Syncope-linux #293 (See 
[https://builds.apache.org/job/Syncope-linux/293/])
    [SYNCOPE-216] New conf parameter 'notificationjob.cronExpression' added; 
when not existing, NotificationJob runs according to 
Notification.DEFAULT_CRON_EXP; when provided as empty string, NotificationJob 
disabled; provided as non-empty string: NotificationJob runs according to the 
given value (Revision 1398347)

     Result = SUCCESS
ilgrosso : 
Files : 
* 
/incubator/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/ConfigurationModalPage.java
* 
/incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/init/JobInstanceLoader.java
* 
/incubator/syncope/trunk/core/src/main/java/org/apache/syncope/core/scheduling/NotificationJob.java
* /incubator/syncope/trunk/core/src/main/resources/content.xml
* /incubator/syncope/trunk/core/src/test/resources/content.xml

                
> NotificationJob is hardcoded to run every 2 minutes
> ---------------------------------------------------
>
>                 Key: SYNCOPE-216
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-216
>             Project: Syncope
>          Issue Type: Improvement
>          Components: console, core
>    Affects Versions: 1.0.2-incubating
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>             Fix For: 1.1.0-incubating
>
>
> In JobInstanceLoader.load() NotificationJob is scheduled to run with cron 
> expression "0 0/2 * * * ?", i.e. every 2 minutes.
> This interval should be made configurable; moreover NotificationJob should 
> also be optionally disabled.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to