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

Hiranya Jayathilaka reassigned SYNAPSE-843:
-------------------------------------------

    Assignee: Hiranya Jayathilaka
    
> 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
>         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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to