Workspace: NestJS Difficulty: Medium Time: 60 minutes
Context
A migration engineer searches migrationBatches to continue safely after a partial service failure. Every query uses the supplied local API, and responses may settle in a different order from the requests. The current NestJS implementation can replace the latest result with an older response or error.