Open
Description
NetBox version
v4.3.1
Feature type
Change to existing functionality
Proposed functionality
Rather than processing bulk import synchronously, NetBox should offload them to a background job and provide the user a link (or automatically redirect) to the job where the progress of the import can be checked.
Use case
This will mitigate timeout errors during very large imports by removing the actual upload process from the request-response cycle.
Database changes
N/A
External dependencies
N/A