-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
using set_stats with large amounts of data slows down UI and API endpoints #8006
Labels
Comments
ryanpetrello
added a commit
to ryanpetrello/awx
that referenced
this issue
Aug 26, 2020
see: ansible#8006 this data can be *really* large, and we don't actually need it for the summary fields on this API endpoint
ryanpetrello
added a commit
to ryanpetrello/awx
that referenced
this issue
Aug 26, 2020
see: ansible#8006 this data can be *really* large, and we don't actually need it for the summary fields on this API endpoint
ryanpetrello
added a commit
to ryanpetrello/awx
that referenced
this issue
Aug 26, 2020
see: ansible#8006 this data can be *really* large, and we don't actually need it for the summary fields on this API endpoint
Tested using a slightly modified example playbook on a local k8s install.
This is now working as expected, response times were around 0.05 seconds, which is normal for this installation. |
AlanCoding
pushed a commit
to AlanCoding/awx
that referenced
this issue
Sep 10, 2020
see: ansible#8006 this data can be *really* large, and we don't actually need it for the summary fields on this API endpoint
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
set_stats
:/api/v2/inventories/N/hosts/
The text was updated successfully, but these errors were encountered: