I am trying to use github action with remote cache...
# general
c
I am trying to use github action with remote cache (docker side car to s3) but I have got timeout issue. I have also got remote cache read errors. Is there anybody can help?
Copy code
From <https://github.com/payhereinc/payhere>
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
10:44:23.03 [WARN] Failed to read from remote cache (1 occurrences so far): Unavailable: "Pants client timeout"
10:44:23.05 [WARN] Failed to read from remote cache (2 occurrences so far): Unavailable: "Pants client timeout"
10:44:23.07 [WARN] Failed to read from remote cache (4 occurrences so far): Unavailable: "Pants client timeout"
10:44:23.08 [WARN] Failed to read from remote cache (8 occurrences so far): Unavailable: "Pants client timeout"
10:44:23.09 [WARN] Failed to read from remote cache (16 occurrences so far): Unavailable: "Pants client timeout"
10:44:23.11 [WARN] Failed to read from remote cache (32 occurrences so far): Unavailable: "Pants client timeout"
10:44:23.13 [WARN] Failed to read from remote cache (64 occurrences so far): Unavailable: "Pants client timeout"
10:44:23.18 [WARN] Failed to read from remote cache (128 occurrences so far): Unavailable: "Pants client timeout"
10:44:23.23 [WARN] Failed to read from remote cache (256 occurrences so far): Unavailable: "Pants client timeout"
10:44:23.35 [WARN] Failed to read from remote cache (512 occurrences so far): Unavailable: "Pants client timeout"
10:44:23.57 [WARN] Failed to read from remote cache (1024 occurrences so far): Unavailable: "Pants client timeout"
10:44:24.08 [WARN] Failed to read from remote cache (2048 occurrences so far): Unavailable: "Pants client timeout"
10:44:24.73 [WARN] Failed to read from remote cache (4096 occurrences so far): Unavailable: "Pants client timeout"

  backtrack_attempts: 0
  docker_execution_errors: 0
  docker_execution_requests: 0
  docker_execution_successes: 0
  local_cache_read_errors: 0
  local_cache_requests: 0
  local_cache_requests_cached: 0
  local_cache_requests_uncached: 0
  local_cache_total_time_saved_ms: 0
  local_cache_write_errors: 0
  local_execution_requests: 7188
  local_process_total_time_run_ms: 368298
  remote_cache_read_errors: 7116
  remote_cache_requests: 7168
  remote_cache_requests_cached: 5
  remote_cache_requests_uncached: 1
  remote_cache_speculation_local_completed_first: 46
  remote_cache_speculation_remote_completed_first: 5
  remote_cache_total_time_saved_ms: 596311
  remote_cache_write_attempts: 7162
  remote_cache_write_errors: 0
  remote_cache_write_successes: 7162
  remote_execution_errors: 0
  remote_execution_requests: 0
  remote_execution_rpc_errors: 0
  remote_execution_rpc_execute: 0
  remote_execution_rpc_retries: 0
  remote_execution_rpc_wait_execution: 0
  remote_execution_success: 0
  remote_execution_timeouts: 0
  remote_process_total_time_run_ms: 0
  remote_store_missing_digest: 0