Callback Throttling

For general discussion of the Poker Mavens software
Post Reply
loquacious
Posts: 21
Joined: Mon Feb 24, 2020 10:53 pm

Callback Throttling

Post by loquacious »

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

Post by Kent Briggs »

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.
Post Reply