This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
Fix stale deployment data after create/delete deployment #64
Labels
bug
Something isn't working
product/console
ready-for-community-dev
This issue is ready for someone in the community to work on
sev2
Describe the bug
When you access the deployment list page, you'll see the data from the last fetch for several seconds before its updated. While this is ideal for general access, it can be confusing if you've just deleted or created a deployment as those changes won't be reflected right away. There is also no indication on the page that anything is happening.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
After any operation that would change the deployment list, the query data needs to be invalidated/updated before control is handed back to the user. This ensures that when the visit the deployment list next, they won't be presented with stale data.
The text was updated successfully, but these errors were encountered: