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

Homerunner /create intermittently fails with "failed to create deployment: CreateDeployment: Deploy returned error" #400

Open
Half-Shot opened this issue Jun 30, 2022 · 1 comment

Comments

@Half-Shot
Copy link
Collaborator

failed to create deployment: CreateDeployment: Deploy returned error Deploy: No images have been built for blueprint my_blueprint_name_12345

It seems to happen on and off, I can't seem to nail down why. The request body looks like:

{
        base_image_uri: `complement-synapse`,
        blueprint: {
            Name: `my_blueprint_name_12345`,
            Homeservers: [{
                Name: hs_name,
                ApplicationServices: [as_registration],
                Users: [{localpart: "foo"}],
            }]
        }
    }
@Half-Shot Half-Shot changed the title Homrunner /create intermittently fails with "failed to create deployment: CreateDeployment: Deploy returned error" Deploy: No images have been built for blueprint audit_integration_test_1656593130028 Homrunner /create intermittently fails with "failed to create deployment: CreateDeployment: Deploy returned error" Jun 30, 2022
@Half-Shot
Copy link
Collaborator Author

This was dramatically improved by bumping the value of HOMERUNNER_SPAWN_HS_TIMEOUT_SECS from 30s (default) to 50s.

@clokep clokep changed the title Homrunner /create intermittently fails with "failed to create deployment: CreateDeployment: Deploy returned error" Homerunner /create intermittently fails with "failed to create deployment: CreateDeployment: Deploy returned error" Jul 21, 2022
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

No branches or pull requests

1 participant