mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 06:19:29 +08:00
Push a warning to all users when large number of workers have been started. (#3645)
* Push a warning to all users when large number of workers have been started. * Add test. * Fix bug. * Give warning when worker starts instead of when worker registers. * Fix * Fix tests
This commit is contained in:
committed by
Philipp Moritz
parent
692fdc6bc3
commit
067976ad3d
@@ -52,6 +52,7 @@ CHECKPOINT_PUSH_ERROR = "checkpoint"
|
||||
REGISTER_ACTOR_PUSH_ERROR = "register_actor"
|
||||
WORKER_CRASH_PUSH_ERROR = "worker_crash"
|
||||
WORKER_DIED_PUSH_ERROR = "worker_died"
|
||||
WORKER_POOL_LARGE_ERROR = "worker_pool_large"
|
||||
PUT_RECONSTRUCTION_PUSH_ERROR = "put_reconstruction"
|
||||
INFEASIBLE_TASK_ERROR = "infeasible_task"
|
||||
REMOVED_NODE_ERROR = "node_removed"
|
||||
|
||||
Reference in New Issue
Block a user