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

K8s Task Launcher needs to be thread safe #422

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cppwfs
Copy link
Contributor

@cppwfs cppwfs commented Jan 3, 2024

Launching task asynchronously can cause task method values to be overwritten when other threads launch at the same time.

In this solution we synchronize the launch method so that launches are thread safe

Launching task asynchronously can cause task method values
to be overwritten when other threads launch at the same time.

In this solution we synchronize the launch method so that launches
are thread safe
@cppwfs cppwfs requested review from corneil and onobc January 3, 2024 23:03
@ilayaperumalg ilayaperumalg changed the title K8 Task Launcher needs to be thread safe K8s Task Launcher needs to be thread safe Jan 4, 2024
@cppwfs
Copy link
Contributor Author

cppwfs commented Jan 4, 2024

Refer to issue #423

@cppwfs cppwfs added this to the 3.0.x milestone Sep 5, 2024
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.

3 participants