Skip to content
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

[LW] migration to assign users for recommendation ab test #9273

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

darkruby501
Copy link
Collaborator

@darkruby501 darkruby501 commented May 13, 2024

With AB tests breaking caching on the frontpage, doing an old-fashioned by-hand assignment of users to have "Enriched" tab be what they're set to.

┆Issue is synchronized with this Asana task by Unito

@darkruby501 darkruby501 requested a review from a team as a code owner May 13, 2024 22:31
@darkruby501 darkruby501 requested review from oetherington and removed request for a team May 13, 2024 22:31
Comment on lines +933 to +937
action: async () => {
const adminContext = createAdminContext();
const { Users } = adminContext;

testGroupIds.forEach(async (userId: string) => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

If we're not awaiting anything, we don't need to mark anything as async

Copy link
Collaborator

@oetherington oetherington left a comment

Choose a reason for hiding this comment

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

No objections

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants