TraceMachina/nativelink

Add a filter to the action cache

Open

#321 opened on Oct 19, 2023

 (2 comments) (0 reactions) (0 assignees)Rust (222 forks)auto 404
good first issue

Repository metrics

Stars
 (1,557 stars)
PR merge metrics
 (PR metrics pending)

Description

By default Reclient caches failed executions. It would be nice to be able to filter these so they don't get persisted. For example, the GrpcStore concurrency issue caused many builds to fail and now they won't re-try because they have failures in the action cache.

Contributor guide