Queries should be queued prior to writing to the store.
In the persistQuery function of UserBehaviorInsightsActionFilter, queries are persisted directly to the store. Instead, queries should be queued similarly to how events are queued and later processed by a background thread.
Queries should be queued prior to writing to the store.
In the
persistQuery
function ofUserBehaviorInsightsActionFilter
, queries are persisted directly to the store. Instead, queries should be queued similarly to how events are queued and later processed by a background thread.