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

Fix a race in Metaflow client #2111

Merged
merged 1 commit into from
Oct 22, 2024
Merged

Fix a race in Metaflow client #2111

merged 1 commit into from
Oct 22, 2024

Conversation

romain-intel
Copy link
Contributor

This race is present between the moment a step is registered and the first task for it is registered. It manifested itself particularly when using dynamic cards as the card module would try to find the origin run id (which uses the metadata field in a task)

This race is present between the moment a step is registered and the
first task for it is registered. It manifested itself particularly
when using dynamic cards as the card module would try to find the
origin run id (which uses the metadata field in a task)
@romain-intel romain-intel merged commit e4238b2 into master Oct 22, 2024
29 checks passed
@romain-intel romain-intel deleted the fix/race-in-client branch October 22, 2024 17:54
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