Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

K8s Task Launcher needs to be thread safe #422

Closed
wants to merge 1 commit into 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
@cppwfs
Copy link
Contributor Author

cppwfs commented Apr 11, 2025

rebased Merged

@cppwfs cppwfs closed this Apr 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants