mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 23:42:25 +08:00
[GCS]Fill resource fields when re-report heartbeat after gcs restarted (#12097)
This commit is contained in:
@@ -68,7 +68,7 @@ logging_options = [
|
||||
default="auto",
|
||||
help=("Use color logging. "
|
||||
"Auto enables color logging if stdout is a TTY.")),
|
||||
click.option("-v", "--verbose", count=True)
|
||||
click.option("-v", "--verbose", default=None, count=True)
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user