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

Move the Netbox API part to asyncio #36

Open
aruhier opened this issue Mar 30, 2020 · 0 comments
Open

Move the Netbox API part to asyncio #36

aruhier opened this issue Mar 30, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@aruhier
Copy link
Contributor

aruhier commented Mar 30, 2020

Related to scaleway/python-netboxapi#7

Avoid relying on multi-threading to increase the efficiency when getting/updating/creating anything on Netbox, but instead move to asyncio. It should be pretty straightforward if Netboxapi provides an asyncio alternative of current mappers.

@aruhier aruhier added the enhancement New feature or request label Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant