-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[grid] Getting the Grid status from the Model
To get the status we were usually querying via HTTP all nodes and then rendering that status update. This could lead to a more precise status but it will flood the Grid with HTTP requests everytime the status endpoint is queried (which some users do to monitor the Grid). On the other hand, we keep the Node status updated with a small delta from the "real time" status. This commit leverages that update process and uses the data collected there to show it to the user as the overall Grid status.
- Loading branch information
Showing
2 changed files
with
25 additions
and
115 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
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