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
We disabled serving UserCounts and PostCounts from index as the numbers were drifting from real time graph queries over time. We should aim to re-enable:
Make sure that both counts (index and graph) stay align in staging.
Make sure tagged counts mean the same in index and graph (feels like one counts total counts and the other one is distinct counts.
We disabled serving UserCounts and PostCounts from index as the numbers were drifting from real time graph queries over time. We should aim to re-enable:
These are the two disabled regions
pubky-nexus/src/models/post/counts.rs
Lines 23 to 37 in 54b41eb
pubky-nexus/src/models/user/counts.rs
Lines 28 to 40 in 54b41eb
The text was updated successfully, but these errors were encountered: