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
Justin James
MVP
69
Views
2
Comments
"Enable Timers" on multiple front-end servers
Question
Is there any information out there that explains how it works when you enable timers on multiple front-end servers? Right now, I only have it enabled on one front-end server becaus eI just do not understand what will happen if I turn it on for more than one. Specific questions:
* If one of those servers goes offline while running timers, do all the timers get run anyways?
* Do the servers split the load of running the timers? Or does one server always run the timers with the others as failovers?
* Under what conditions would I NOT want all servers to run timers?
Thanks!
J.Ja
Ruben Goncalves
Hi Justin,
Here are my 2 cents:
If you have more than one server running timers, that means that, any of the server can run a specific timer. So even if a server is down, other server will run the timer.
Timers can run in any of the servers marked as able to run timers. *Not Sure about the logic for a given server to be picked instead of the another.*
I'd say that if you have heavy processing timers, and you don't want to impact your end users, then one of the ways is to have a specific server only to run timer (and off the load balancer).
Hope this helps!
Cheers,
RG
Justin James
MVP
Thanks Ruben! I think I'll be enabling timers on the rest of my servers. :D
J.Ja
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...