mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 17:37:30 -02:30
If we don't have something in the cache when we call get_by_natural_key, do an actual filtered query for it and cache the results. We'll get more overall API calls this way, but they'll be smaller and will happen while we are importing, not upfront.