Skip to content

Slow Project Creation #182

@wistuba

Description

@wistuba

Hey, I wanted to check what could be the reason that this command takes very long. The reason seems to be the repo, but I don't fully understand why. I've tried cloning it and then refer hide to a local copy to save download time without success. Measured time for project creation: 6min

project = hc.create_project(
        repository=model.Repository(
            url="https://github.com/Expensify/App",
            commit="ef751ff1ea244e3ab62a5334e240baf7c0797b79",
        ),
        devcontainer=ImageDevContainer(
            image="continuumio/miniconda3",
        ),
        languages=[Language.PYTHON],
    )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions