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

Load all code artifacts on grpc server startup, not just pipelines/jobs #8040

Merged
merged 1 commit into from May 24, 2022

Commits on May 24, 2022

  1. Load all code artifacts on grpc server startup, not just pipelines/jobs

    Summary:
    User reported a race condition with partition set loading - we have logic in place to prevent this for jobs/pipelines, but not for the other code artifacts. Fix that by adding a new method that pulls in any lazy code artifacts at grpc server startup time.
    
    Test Plan:
    Add log outputs to validate that partition sets are loaded as soon as the grpc server is started up
    gibsondan committed May 24, 2022
    Copy the full SHA
    5e8c2f5 View commit details
    Browse the repository at this point in the history