mozilla/sccache

Hitting rate limiting issues due to .sccache_check write checks on GCS

开放

#2,132 创建于 2024年3月12日

 (14 条评论) (0 个反应) (0 位负责人)Rust (677 个派生)github user discovery
good first bughelp wanted

仓库指标

星标
 (7,329 个星标)
PR 合并指标
 (平均合并 28天 22小时) (30 天内合并 11 个 PR)

描述

We're using sccache v0.7.6, we have a lot of builds running in parallel and each run invokes sccache which in turn tries to do a sccache RW check by reading and writing .sccache_check dummy file. While this is fine for reading but for writing we violate the quota on GCS which allows write on the same object once per second.

Is there a way to bypass this check? We can perhaps create an env var to support this use case?

贡献者指南