Closed gsnider2195 closed 3 months ago
This changes the NautobotRemote adapter to use a generator to process large lists of data instead of building a large list and returning it.
NautobotRemote
This also updates the logging output to be more human-readable.
Also confirmed with docker stats that the container memory utilization only increased by ~110MiB after running the job
docker stats
This changes the
NautobotRemote
adapter to use a generator to process large lists of data instead of building a large list and returning it.This also updates the logging output to be more human-readable.
Before
After
Also confirmed with
docker stats
that the container memory utilization only increased by ~110MiB after running the job