Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
J.
MVP
2
Views
1
Comments
Timers on a webfarm
Question
Timers
How are timers handles on a webfarm?
I am curious how this will work.
Paulo Ramos
Staff
Hi,
In a nutshell, any front-end that is configured to execute timers can execute them.
Scheduler service (running in each front-end) will pick-up the next timer to run (if any). DB is used for synchronizing this, so there's no way of two front-ends end up executing a specific timer at the same time.
In Service Center > Administration > Front-end Servers, you can configure which front-ends are allowed to execute timers (and also other asynchronous logic that is triggered by the Scheduler service as well - BPT and sending emails). You can have, for example, a dedicated front-end for executing heavy batch processing.
The configuration tool (you'll have access to it if you install the platform on-premises) also specifies a limit to the number of timers that can run at the same time. If more timers need to be executed above this limit, they will wait for an available slot.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...