Import API Route: Limit the number of concurrent imports
Context
The import route should only allow a certain number of concurrent imports per instance of the registry to prevent a single instance from becoming resource starved.
Solution
Add a semaphore field to the app struct to track the number of imports and respond with 429 Too Many Requests