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

fix OOM #32

Merged
merged 1 commit into from
Jul 25, 2024
Merged

fix OOM #32

merged 1 commit into from
Jul 25, 2024

Conversation

P2YH
Copy link
Contributor

@P2YH P2YH commented Jul 25, 2024

Calling electionHandler.Observe(e.ctx) within a for loop continuously creates goroutines, leading to an OOM (Out Of Memory) issue.

What does this do?

fix OOM

Have you included tests for your changes?

Yes

Calling electionHandler.Observe(e.ctx) within a for loop continuously creates goroutines, leading to an OOM (Out Of Memory) issue.
@JohnRoesler JohnRoesler requested a review from rfyiamcool July 25, 2024 14:01
@JohnRoesler JohnRoesler merged commit 356e735 into go-co-op:main Jul 25, 2024
2 checks passed
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.

2 participants