mozilla/sccache

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

オープン

#2,132 opened on 2024/03/12

 (14 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (677 件のフォーク)github user discovery
good first bughelp wanted

Repository metrics

Stars
 (7,329 個のスター)
PR merge metrics
 (平均マージ 28d 22h) (30d で 11 merged PRs)

説明

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?

コントリビューターガイド