Sathwik Bantwal Premakumar created ODE-963: ----------------------------------------------
Summary: Provision to configure different Job Rescheduling Algorithms to be used by the Scheduler Key: ODE-963 URL: https://issues.apache.org/jira/browse/ODE-963 Project: ODE Issue Type: Improvement Components: BPEL Runtime Reporter: Sathwik Bantwal Premakumar Currently the SimpleScheduler uses the default algorithm of pow(5,retryCount) to reschedule failed jobs. So the retires are done after 5,25,125,625,... seconds. At higher retries the jobs are rescheduled after many hours or even days. This may be undesirable at times and may need more efficient algorithms. There should be a provision to configure different job rescheduling algorithms. Care should be taken to fallback on the above algorithm as the default incase no algorithms are configured. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira