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

MAM-3095-load-test-20k-active-record #207

Merged
merged 3 commits into from
Nov 10, 2023

Conversation

jtomchak
Copy link
Contributor

@jtomchak jtomchak commented Nov 9, 2023

  • Don't check local Account before starting update work

@jtomchak jtomchak marked this pull request as ready for review November 9, 2023 20:12
domain = @user[:domain] == ENV['LOCAL_DOMAIN'] ? nil : @user[:domain]
Account.where(username: @user[:username], domain: domain).first
end

def mammoth_user(acct)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

remove call to fetch ActiveRecord Account

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Using Acct Relay now

Copy link

@rileyhCode rileyhCode left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

github-actions bot commented Nov 9, 2023

This pull request has merge conflicts that must be resolved before it can be merged.

@jtomchak jtomchak merged commit d26686e into main Nov 10, 2023
17 checks passed
@jtomchak jtomchak deleted the MAM-3095-load-test-20k-active-record branch November 10, 2023 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants