mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 15:14:45 -03:30
With the change to use pk-based interval slicing for the job events table, we need analytics.gather to be the code that manages all of the "expensive" collector slicing. While we are at it, let's ship each chunked tarball file as we produce it.
2 lines
65 B
Python
2 lines
65 B
Python
from .core import all_collectors, register, gather, ship # noqa
|