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

ref(grouprelease): Buffer updates to GroupRelease.last_seen #29311

Merged
merged 3 commits into from
Oct 14, 2021

Conversation

beezz
Copy link
Contributor

@beezz beezz commented Oct 14, 2021

Due to high concurrency of save_event workers the 1m check is not working as
expected especially during spikes and we consistently do high number of
mutations on GroupRelease.last_seen. Buffering the updates will hopefully
reduce the number of updates and prevent spikes in locks as well.

beezz added 2 commits October 14, 2021 11:47
Due to high concurrency of `save_event` workers the 1m check is not working as
expected especially during spikes and we consistently do high number of
mutations on GroupRelease.last_seen. Buffering the updates will hopefully
reduce the number of updates and prevent spikes in locks as well.
@beezz beezz merged commit 32ad155 into master Oct 14, 2021
@beezz beezz deleted the ref/buffer-updates-to-grouprelease branch October 14, 2021 18:23
@github-actions github-actions bot locked and limited conversation to collaborators Oct 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants