mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 15:17:56 +08:00
Enable by default new scheduler (#12735)
This commit is contained in:
@@ -442,4 +442,4 @@ def format_web_url(url):
|
||||
|
||||
|
||||
def new_scheduler_enabled():
|
||||
return os.environ.get("RAY_ENABLE_NEW_SCHEDULER") == "1"
|
||||
return os.environ.get("RAY_ENABLE_NEW_SCHEDULER", "1") == "1"
|
||||
|
||||
Reference in New Issue
Block a user