mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
updates (#1958)
This commit is contained in:
parent
1a6b5b04e6
commit
9ad94e33d6
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ class StandardAutoscaler(object):
|
|||
max_concurrent_launches=AUTOSCALER_MAX_CONCURRENT_LAUNCHES,
|
||||
max_failures=AUTOSCALER_MAX_NUM_FAILURES,
|
||||
process_runner=subprocess,
|
||||
verbose_updates=False,
|
||||
verbose_updates=True,
|
||||
node_updater_cls=NodeUpdaterProcess,
|
||||
update_interval_s=AUTOSCALER_UPDATE_INTERVAL_S):
|
||||
self.config_path = config_path
|
||||
|
|
Loading…
Add table
Reference in a new issue