Service Studio 6.0 Help
Timers and Priorities
When creating the Timers of your eSpace, you have to specify the Priority of execution for each timer; this property has an impact on the order in which timers are executed.
However, this priority might not be absolute; you must consider the following issues:
OutSystems Scheduler Service can only handle a number of timers at the same time. The maximum number of timers is configured at set-up. The default is 3.
If there are two timers that must be executed at the same time, and there are no resources available, OutSystems Scheduler Service executes the timer with the highest priority.
See Also