Skip to content

Conversation

raymondjacobson
Copy link
Member

@raymondjacobson raymondjacobson commented Jul 1, 2025

Description

Switch default trending experiment from pnagD to AnlGe (log karma variation).

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide repro instructions & any configuration.

Compared results manually

select
	"track_trending_scores"."track_id",
	"track_trending_scores"."score",
	"tracks"."title",
	"users"."handle"
from
	"track_trending_scores"
join "tracks" on "track_trending_scores"."track_id" = "tracks"."track_id"
join "users" on "tracks"."owner_id" = "users"."user_id"
where
	"track_trending_scores"."version" = 'AnlGe'
	and "track_trending_scores"."time_range" = 'week'
order by "score" desc limit 10

CI tests

Copy link

changeset-bot bot commented Jul 1, 2025

⚠️ No Changeset found

Latest commit: 2f731e4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

@schottra schottra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC, when we discussed this before, you said you were just going to replace the logic in the existing main trending strategy so that we don't miss any places that might be referencing it in a hard-coded way? (i.e. bridge queries)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants