mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 21:23:10 +08:00
[Serve] Implement metric interface (#5852)
* Implement metric interface * Address comment: made actor_handles a dict * Fix iteration * Lint * Mark lightweight actors as num_cpus=0 to prevent resource starvation * Be more explicit about the readiness condition * Make task_runner non-blocking * Lint
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ extras = {
|
||||
],
|
||||
"debug": ["psutil", "setproctitle", "py-spy >= 0.2.0"],
|
||||
"dashboard": ["aiohttp", "psutil", "setproctitle"],
|
||||
"serve": ["uvicorn", "pygments", "werkzeug", "flask"],
|
||||
"serve": ["uvicorn", "pygments", "werkzeug", "flask", "pandas"],
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user