State Timeout Scheduler Controls
The refreshAhead
and pollInterval
properties controls the internal scheduler that manages state and state model timeouts.
The default value of the properties is 10000 ms. If you do not use default values, provide the same value for both properties. If they are set to different values, TIBCO BusinessEvents uses the higher value.
be.engine.cluster.smtimeout.refreshAhead
Time in milliseconds (into the future) used to pre-load the scheduled items from the backing store.
be.engine.cluster.smtimeout.pollInterval
TIBCO BusinessEvents checks the scheduler cache every pollInterval
milliseconds, for scheduler work items whose timeout period expires in the current interval.