You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix BQM cache race: serve stale cache during refresh instead of duplicate broker queries
When PeriodicProcessor starts a refresh, concurrent user requests were
bypassing the cache and each sending expensive queries to the broker.
Now non-forced requests return the stale cached model while a refresh
is already in progress, eliminating redundant broker round-trips.
0 commit comments