You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Hiranya Jayathilaka (JIRA)" <ji...@apache.org> on 2013/07/28 01:57:48 UTC

[jira] [Resolved] (SYNAPSE-843) Scheduler must not run indefinitely when the value of 'count' parameter is zero

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

Hiranya Jayathilaka resolved SYNAPSE-843.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: NIGHTLY

Applied the fix along with SYNAPSE-885. Thanks Ishan for the contribution.
                
> Scheduler must not run indefinitely when the value of 'count' parameter is zero
> -------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-843
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-843
>             Project: Synapse
>          Issue Type: Improvement
>            Reporter: Ishan Jayawardena
>            Assignee: Hiranya Jayathilaka
>             Fix For: NIGHTLY
>
>         Attachments: task_scheduler.patch
>
>
> The proper behavior of the task scheduler must be;
>     if count < 0: run indefinitely 
>     else if count == 0: do not run 
>     else: run task the specified number of times using the interval 
> But, currently, synapse does not support this. For all count values which are less than 1, the scheduler runs indefinitely. 

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org