aws-samples / pcluster-manager

Manage AWS ParallelCluster through an easy to use web interface
https://pcluster.cloud
Apache License 2.0
65 stars 27 forks source link

Fix "Stop Compute Fleet" button still spinning after the compute fleet is stopped #479

Closed mtfranchetto closed 1 year ago

mtfranchetto commented 1 year ago

Description

Introduces an hook to poll the details of a cluster to fix an erroroneus behavior of the "Stop compute fleet" button inside the wizard. I choose a plain setInterval approach instead of going full react-query because its refetch API is tricky to use with this specific case.

Fixes #150.

How Has This Been Tested?

PR Quality Checklist

In order to increase the likelihood of your contribution being accepted, please make sure you have read both the Contributing Guidelines and the Project Guidelines

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.