-
Notifications
You must be signed in to change notification settings - Fork 6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Dashboard]Don't set node actors when node_id of actor is Nil (#13573)
* Don't set node actors when node_id of actor is Nil * add test per comment
- Loading branch information
1 parent
4ecd29e
commit aa5d7a5
Showing
3 changed files
with
56 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
import ray | ||
|
||
NODE_STATS_UPDATE_INTERVAL_SECONDS = 1 | ||
RETRY_GET_ALL_ACTOR_INFO_INTERVAL_SECONDS = 1 | ||
ACTOR_CHANNEL = "ACTOR" | ||
ERROR_INFO_UPDATE_INTERVAL_SECONDS = 5 | ||
LOG_INFO_UPDATE_INTERVAL_SECONDS = 5 | ||
NIL_NODE_ID = ray.NodeID.nil().hex() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters