nautobot / nautobot-app-ssot

Single Source of Truth for Nautobot
https://docs.nautobot.com/projects/ssot/en/latest/
Other
34 stars 28 forks source link

Improve Infoblox client peformance by replacing requests.request with requests.Session #437

Closed progala closed 1 month ago

progala commented 2 months ago

Environment

Proposed Functionality

Infoblox client uses requests.request to make calls to the REST API. Replacing requests.request with requests.Session should improve call throughput and enable auto handling of the returned auth cookie.

progala commented 1 month ago

Completed in #438