mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
1bb6c17fe27d0deacc3bd0a3b763903fa35725df
defer() on polymorphic objects
django-polymorphic itself generates queries for polymorphic object lookups, and these queries for UnifiedJob are *not* properly defering the `result_stdout_text` column, resulting in more very slow queries. This solution is _very_ hacky, and very specific to this specific version of Django and django-polymorphic, but it works until we can solve this problem the proper way in 3.3 (by removing large stdout blobs from the database). see: https://github.com/ansible/ansible-tower/issues/7568
AWX
AWX provides a web-based user interface, REST API and task engine built on top of Ansible.
Resources
Refer to CONTRIBUTING.md to get started developing, testing and building AWX.
Refer to INSTALL.md to get started deploying AWX.
Refer to LOCALIZATION.md for translation and localization help.
Description
AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Readme
424 MiB
Languages
Python
97.8%
Jinja
0.9%
Makefile
0.5%
Shell
0.3%
HTML
0.2%
Other
0.2%