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
When a user submits a post, this post is liable to change metrics on another user. This metric change is currently reactively "hand-calculated" by a service, and does not rely on any proactive method.
Problem
Any exception thrown between post submission and profile metrics update can and will invalidate any current metric, rendering it inaccurate.
Solution
The metrics calculation system should be changed for a proactive method (DB counts for example), to increase robustness in metrics readouts.
The text was updated successfully, but these errors were encountered:
Context
When a user submits a post, this post is liable to change metrics on another user. This metric change is currently reactively "hand-calculated" by a service, and does not rely on any proactive method.
Problem
Any exception thrown between post submission and profile metrics update can and will invalidate any current metric, rendering it inaccurate.
Solution
The metrics calculation system should be changed for a proactive method (DB counts for example), to increase robustness in metrics readouts.
The text was updated successfully, but these errors were encountered: