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

Add waitgroup around jobHandlerWorker #429

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

DrJosh9000
Copy link
Contributor

In #427 I forgot to wait on the worker goroutines. This might interfere with the intended improvement, since the context and channel would close much sooner causing the workers to return early.

Copy link
Contributor

@SorchaAbel SorchaAbel left a comment

Choose a reason for hiding this comment

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

LGTM

@DrJosh9000 DrJosh9000 merged commit 09c2a28 into main Nov 19, 2024
1 check passed
@DrJosh9000 DrJosh9000 deleted the add-waitgroup-around-jobhandlerworker branch November 19, 2024 07:01
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