Zhanghao Wu
Zhanghao Wu
Got a similar issue during `run_smoke_tests.sh`. ``` Got googleapiclient.errors.HttpError: ```
This is related to a previously closed PR #298. I can adapt that PR.
> * it's about a desire to have more regions to failover (although he does say most of the time the first region works) If that is the case, it...
For a record, the code for supporting this is in a staled branch [faster-retry-switch](https://github.com/sky-proj/sky/tree/faster-retry-switch).
A small nit: many of our previous comments followed the 80-character limit. Is it possible to stretch them automatically as well?
A big +1 to this change. It looks really bad when a one-line function call has to be split into multiple lines, e.g. ``` (cluster_status, handle) = backend_utils.refresh_cluster_status_handle(name) ```
Are we still planning to merge this as the three main PRs (onprem, benchmark and logging) have been merged @suquark ? We can probably lazily make the comments and strings...
That is a great discussion! Option 2 sounds good to me. I was a bit afraid of moving around the files would scare the user for the file disappearing, especially...
Another thought is that can we specify a subdirectory for the name, such as ``` file_mounts: /test-path: name: sky-test-tmp/file.txt source: ~/file.txt store: gcs ``` In this case, the `/test-path` should...
Reopening this issue, as we have not decided whether `sky status` should refresh by default.