Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dashbaord] Increase gcs health check failure threshold. (#31939)
Signed-off-by: Yi Cheng <74173148+iycheng@users.noreply.github.com> When GCS is overloaded, health check in dashboard will fail esily and thus dashboard will exit. Right now, there is no way to restart the dashboard in the user side, so exit the dashboard means the cluster will lose all the functions implemented there, like status api/logs/jobs/... To mitigate this, the threshold is increased, and thus the maximum time is 10min. A better solution is needed to take care of the dashboard failure.
- Loading branch information