Skip to content

fix(workflow): Use Group cache in get_group_to_groupevent#115960

Merged
kcons merged 1 commit into
masterfrom
kcons/cacheharder
May 20, 2026
Merged

fix(workflow): Use Group cache in get_group_to_groupevent#115960
kcons merged 1 commit into
masterfrom
kcons/cacheharder

Conversation

@kcons
Copy link
Copy Markdown
Member

@kcons kcons commented May 20, 2026

We're doing a group PK lookup, and it's usually quite fast, but we've seen cases where contention on Group can make it very slow. It's easy enough to switch to the cache here, so we can do that and reduce our exposure.

@kcons kcons requested a review from a team as a code owner May 20, 2026 22:03
@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label May 20, 2026
Copy link
Copy Markdown
Contributor

@saponifi3d saponifi3d left a comment

Choose a reason for hiding this comment

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

🎉

@kcons kcons merged commit f0c1026 into master May 20, 2026
63 checks passed
@kcons kcons deleted the kcons/cacheharder branch May 20, 2026 22:20
JonasBa pushed a commit that referenced this pull request May 21, 2026
We're doing a group PK lookup, and it's usually quite fast, but we've
seen cases where contention on Group can make it very slow. It's easy
enough to switch to the cache here, so we can do that and reduce our
exposure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants