Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fleet] Use react-query to fetch data in agent list page #156199

Open
nchaulet opened this issue Apr 28, 2023 · 1 comment
Open

[Fleet] Use react-query to fetch data in agent list page #156199

nchaulet opened this issue Apr 28, 2023 · 1 comment
Labels
Team:Fleet Team label for Observability Data Collection Fleet team

Comments

@nchaulet
Copy link
Member

nchaulet commented Apr 28, 2023

Description

While writing cypress test for the agent list page, when playing with filter quickly it seems that we have some concurent requests to retrieve the agents and the request order is not properly handled.

This cause the table and the status bar to not always render what the user expect, and this will be changed during the next auto refresh of the table (30s later).

This will probably solved by migrating to react-query for these requests.

@nchaulet nchaulet added the Team:Fleet Team label for Observability Data Collection Fleet team label Apr 28, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/fleet (Team:Fleet)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Fleet Team label for Observability Data Collection Fleet team
Projects
None yet
Development

No branches or pull requests

2 participants