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

scheduler will now wait for threads on shutdown #1137

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

brharrington
Copy link
Contributor

Updated the scheduler helper to have the shutdown method block until the threads stop. This makes it easier for callers to ensure they are not competing with in-progress tasks while performing other shutdown work.

Updated the scheduler helper to have the shutdown method block
until the threads stop. This makes it easier for callers to
ensure they are not competing with in-progress tasks while
performing other shutdown work.
@brharrington brharrington added this to the 1.7.14 milestone Jun 17, 2024
@brharrington brharrington merged commit 7ccf552 into Netflix:main Jun 17, 2024
1 check passed
@brharrington brharrington deleted the sched-stop branch June 17, 2024 00:28
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.

None yet

1 participant