Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core/migrations: Limit concurrent network requests
Mapping over a large number of documents in a migration that makes network requests for these documents can lead to exhausting available resources. This results in `net::ERR_INSUFFICIENT_RESOURCES` errors and failed migrations. Limiting the concurrency to only 10 documents at a time should prevent these errors.
- Loading branch information