Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
progala opened this issue Apr 25, 2024 · 1 comment
Assignees
Labels

Comments

@progala
Copy link
Contributor

progala commented Apr 25, 2024

Environment

  • Nautobot version: 2.1.0
  • nautobot-ssot version: 2.6.0

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.

@jdrew82 jdrew82 mentioned this issue Apr 29, 2024
@progala progala self-assigned this Apr 29, 2024
@Kircheneer Kircheneer changed the title [Infoblox] Improve Infoblox client peformance by replacing requests.request with requests.Session Improve Infoblox client peformance by replacing requests.request with requests.Session May 2, 2024
@progala
Copy link
Contributor Author

progala commented May 2, 2024

Completed in #438

@progala progala closed this as completed May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants