turbo icon indicating copy to clipboard operation
turbo copied to clipboard

improve output when using remote caching

Open ilovett opened this issue 1 year ago • 3 comments

Describe the feature you'd like to request

It seems to be hard to determine if remote cache is even being used sometimes.

It might be great to add more explicit information on the output if remote caching is enabled

Describe the solution you'd like

When remote caching is enabled, show the number of jobs which were taken from local vs. remote

 Tasks:    3 successful, 3 total
Cached:    3 cached, 2 remote, 1 local, 3 total
  Time:    765ms >>> FULL TURBO

I'm not even sure if it's possible to have partial remote & partial local but I assume it would be at some point.

Describe alternatives you've considered

I used to see Remote computation something something experimental. I'd like to see sort of confirmation that that is enabled and working correctly, and especially if misconfigured, eg: expired token :/

ilovett avatar Sep 30 '22 03:09 ilovett

Hi, #2122 just added the remote caching log back and should be part of the 1.5.5 release.

chris-olszewski avatar Sep 30 '22 17:09 chris-olszewski

Yep this was just released in 1.5.5!

mehulkar avatar Sep 30 '22 17:09 mehulkar

I'm reopening; I want to capture the local vs. remote distinction from this proposal in the final output summary.

nathanhammond avatar Oct 14 '22 15:10 nathanhammond