<#19732 REAPI remote cache no longer retries store...
# github-notifications
c
#19732 REAPI remote cache no longer retries store failures Issue created by huonw Describe the bug In #19050, I moved code from
src/rust/engine/fs/store/src/remote.rs
to
src/rust/engine/fs/store/src/remote/reapi.rs
, but didn't move `retry_call`s for the stores (previously in
store_buffered
and
store_bytes
in
<http://remote.rs|remote.rs>
) into
<http://reapi.rs|reapi.rs>
. Oops! The
<http://reapi.rs|reapi.rs>
store methods should call
retry_call
to retry transient failures too. Pants version #19050 landed in 2.18.0.dev0 OS N/A Additional info N/A pantsbuild/pants