Igor Escobar

Results 75 comments of Igor Escobar

That's awesome @amingilani! Very nice of you!

Maybe is this related? https://stackoverflow.com/questions/21859537/connect-eaddrnotavail-in-nodejs-under-high-load-how-to-faster-free-or-reuse-tc

Maybe we are being too aggressive here: https://github.com/arabold/serverless-sentry-plugin/blob/master/src/index.ts#L476 and we are running out of TCP ports/sockets or something because of the large number of files being sent?

Yeah, I also noticed that after upgrading to there is no way to disable the source maps upload (besides doing what you described). the only way is rolling it back.

> Fix [#63](https://github.com/arabold/serverless-sentry-lib/issues/63): Upload source maps serially to avoid running out of sockets. Maybe we should do this in batches instead of calling all of them in parallel or in...

> The best would be to upload like 3 to 5 simultaneously for best performance. 50-100 parallel connections are a lot. But I currently lack the time and ability to...

### Tests checklist v2.5.2 - [x] Source code is now honoring the `sourceMaps` default `false` and it deployed the application with no issues. (Job finished in 7 minutes 37 seconds)...

Already 20 minutes in and counting 😄 . No errors but as expected... it will take ages to finish 😄

without sourcemaps it took about 7 minutes. with sourcemaps we are now 32 minutes in.

If you want I can try to cook a PR adding a new option where I can configure the number of files to be uploaded at the same time. I...