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

feat: implement hook for stalled goroutines #2

Merged
merged 2 commits into from
Feb 27, 2024

Conversation

robertrossmann
Copy link
Member

When a goroutine does not return within the specified time (StalledThreshold) the hook OnGoroutineStalled() is triggered. This is a warning only, the goroutine is still required to run to completion.

When a goroutine does not return within the specified time (`StalledThreshold`) the hook `OnGoroutineStalled()` is triggered. This is a warning only, the goroutine is still required to run to completion.
@robertrossmann robertrossmann added the enhancement New feature or request label Feb 25, 2024
@robertrossmann robertrossmann self-assigned this Feb 25, 2024
@robertrossmann robertrossmann requested a review from a team February 25, 2024 22:39
@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.

Thanks for integrating Codecov - We've got you covered ☂️

@robertrossmann robertrossmann merged commit 8026c21 into master Feb 27, 2024
2 checks passed
@robertrossmann robertrossmann deleted the feat/on-goroutine-stalled branch February 27, 2024 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants