-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Stats Refresh] Period queries being cancelled #11742
Comments
I was finally able to reproduce the issue where the error view shows upon first launch. I'm not sure this is a real world scenario, but this is how I trigger it.
This is in the logs:
|
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A while back, a
cancelQueries
method was added toStatsPeriodStore
to force cancel queries because they were being re-run when they weren't needed. I.e. overview queries were being re-run when Post Stats was displayed, and vice versa.However, with the ongoing improvements/changes, I think this is causing some issues.
When this happens, there are a slew of
cancelled
query messages in the logs. Example:View more
), then return to Period overview, several stats frequently showNo data for this period
even though there was data displayed before accessing the details view.The text was updated successfully, but these errors were encountered: