Onemind-Services-LLC / netbox-metatype-importer

Easy import Device and Module types from GitHub repo
Apache License 2.0
43 stars 7 forks source link

[Feature]: Add job queuing to load the types in a background process #32

Open abhi1693 opened 8 months ago

abhi1693 commented 8 months ago

NetBox version

v3.5.9

Feature type

Add a function

Proposed functionality

Use NetBox's job feature to load the types in a background process

Use case

The official device type library has grown so much in size that it sometimes times out the UI. It would be better to load this in a separate thread (job)

External dependencies

No response