Callback Throttling
-
loquacious
- Posts: 21
- Joined: Mon Feb 24, 2020 10:53 pm
Callback Throttling
Is there any kind of throttling on the callback function? I ask because I have multiple servers that report to the same database, and we've noticed during busy periods that events on the primary server will not appear in our event log until several minutes have passed.
-
Kent Briggs
- Site Admin
- Posts: 6057
- Joined: Wed Mar 19, 2008 8:47 pm
Re: Callback Throttling
No, they all go into a central queue and callback thread makes the calls as fast as it can. On a busy system, a more efficient way is to enable "Save callbacks to file" and pull that file on a timer using LogsCallback in the API.