mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 01:43:50 +08:00
Add random actor placement; fix cancellation callback; update test skips (#11684)
This commit is contained in:
@@ -439,3 +439,7 @@ def format_web_url(url):
|
||||
if not url.startswith("http://"):
|
||||
return "http://" + url
|
||||
return url
|
||||
|
||||
|
||||
def new_scheduler_enabled():
|
||||
return os.environ.get("RAY_ENABLE_NEW_SCHEDULER") == "1"
|
||||
|
||||
Reference in New Issue
Block a user