nickva commented on issue #4639: URL: https://github.com/apache/couchdb/issues/4639#issuecomment-1593384045
That error means a worker had exhausted their number of retries and crashed. It looks like one of the endpoints, the source most likely (sorry I am not familiar with npms very much), probably doesn't want to rate limit its API. Instead of using rather aggressive settings like 20 workers, and 40 concurrent http connection, try to use reduce ones - 1 worker, 100 batch size, 5 http connections or something like that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
