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?

貢獻者指南