Prefer fresher post metrics & refresh empty followers - #92
Merged
Merged
Conversation
Prefer per-post summed series when its captured_at is fresher than account-level rows for content-attribution metrics. Track per-metric captured_at (captured_by_metric) and only apply post fallback when it improves freshness or account data is missing. Add logic to avoid using post fallback for metrics that don't support it. Also add follower-total refresh handling: introduce _FOLLOWER_TOTAL_REFRESH_PLATFORMS and _needs_empty_follower_count_refresh, update _sync_account_metrics to refresh today's follower total when account.follower_count is empty even if daily snapshots exist, and update sync_all_account_analytics to trigger the refresh. Add tests: service tests for preferring fresher post fallback and preserving account reach, and task test for refreshing empty follower_count when today rows exist.
railway-app
Bot
temporarily deployed
to
brightbean-studio / brightbean-studio-pr-92
June 27, 2026 19:08
Destroyed
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prefer per-post summed series when its captured_at is fresher than account-level rows for content-attribution metrics. Track per-metric captured_at (captured_by_metric) and only apply post fallback when it improves freshness or account data is missing. Add logic to avoid using post fallback for metrics that don't support it.
Also add follower-total refresh handling: introduce _FOLLOWER_TOTAL_REFRESH_PLATFORMS and _needs_empty_follower_count_refresh, update _sync_account_metrics to refresh today's follower total when account.follower_count is empty even if daily snapshots exist, and update sync_all_account_analytics to trigger the refresh.
Add tests: service tests for preferring fresher post fallback and preserving account reach, and task test for refreshing empty follower_count when today rows exist.
What does this PR do?
Why?
How to test
Checklist
pytest)ruff check .andruff format --check .)