Skip to content

feat: Implement caching on a per-commit basis #343

Open
@NicolasIRAGNE

Description

@NicolasIRAGNE

Currently, an unique ID is generated for each clone and the entire repository is re-cloned and the output re-generated every time a request is made.

This could be improved by simply reusing previous clones and outputs.

(Need to be extra careful with private repos, probably do not cache them)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions