8000 Support for S3 caching · Issue #20 · boltops-tools/cody · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Support for S3 caching #20
Open
Open
@prashcr

Description

@prashcr

Cody supports local cache, but I've found it quite pointless as the cache hits are extremely conditional on a number of factors.

https://stackoverflow.com/a/59070807/4131237

Not from any public source, but these are some observations:

The cache will only be available if the build time is more than 5 minutes.

* Cache can be used if the new build is successfully placed on the same build host.

* Cache can be used if the new build is being run within 5-15 minutes of the last build. Cache may stay available based on the last build time with a max of 15 minutes.

* Despite builds exceeding 5 minutes, the cache may not always work probably due to build being placed on different build host.

* Additionally, in the case where the cache speeds up the new build to below 5 minutes, that build will not be cached resulting in subsequent miss.

It'd be great to allow configuring S3 cache with Cody by specifying the bucket name.

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

      0