Closed nxtCoder19 closed 2 months ago
This pull request addresses an issue with cluster status display for dependent resources. The changes implement a more efficient and reliable way of fetching and updating cluster status information, removing redundant state management, and improving the overall performance of the application.
Change | Details | Files |
---|---|---|
Implemented periodic cluster status updates |
|
src/apps/console/hooks/use-cluster-status-v2.tsx |
Optimized cluster status checking in resource list views |
|
src/apps/console/routes/_main+/$account+/environments/environment-resources-v2.tsx src/apps/console/routes/_main+/$account+/managed-services/backend-services-resources-V2.tsx |
Code cleanup and minor improvements |
|
src/apps/console/hooks/use-cluster-status-v2.tsx src/apps/console/routes/_main+/$account+/environments/environment-resources-v2.tsx src/apps/console/routes/_main+/$account+/managed-services/backend-services-resources-V2.tsx |
Issue fixed : Now status is showing as per expected
Summary by Sourcery
Fix the cluster status display issue by implementing a polling mechanism to update the status at regular intervals, ensuring accurate online status for clusters.
Bug Fixes:
Enhancements: