mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 06:28:01 -03:30
Collect expensive collectors separately, and in a loop where we make smaller intermediate dumps. Don't return a table dump if there are no records, and don't put that CSV in the manifest. Fix up unit tests.
2 lines
87 B
Python
2 lines
87 B
Python
from .core import all_collectors, expensive_collectors, register, gather, ship # noqa
|