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

Commits on Oct 22, 2024

  1. Fix a race in Metaflow client

    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 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    2c2058a View commit details
    Browse the repository at this point in the history