Jeffrey Barczewski (RGA)
Jeffrey Barczewski (RGA)
@asmuth ZJONSSON's fork has statistics implemented. parquetjs-lite https://github.com/ZJONSSON/parquetjs I realize this post is quite old, but might be useful for others that stumble on it.
@dobesv ZJONSSON's fork has statistics implemented. parquetjs-lite https://github.com/ZJONSSON/parquetjs I realize this post is quite old, but might be useful for others that stumble on it.
I found that I just needed to include the full path to ffmpeg and that fixed my problem. You can find the path using `which ffmpeg` Using the latest nginx/1.19.6...
I am getting this error as well.
@Fares92 I figured out that my problem was when I use it with a file size less than 5MB which is not supported by multipart apparently. So locally I use...
I was also running into the Error: connect ECONNREFUSED 127.0.0.1:8200 but none of the above seemed to make any difference. When I fired up `nc 127.0.0.1 8200` it would connect...
@kuhe Wow, thanks for mentioning this, we will update to requestTimeout. I was wondering why there were so many similar looking settings. Regarding the issue we encountered, in the afternoon...
Also note that another user also reported requestTimeout issue after they migrated to V3 (and did not have socketTimeout or requestTimeout set). So there appears to be some default timeout...
We hit the RequestTimeout while using: @aws-sdk/[email protected] @aws-sdk/[email protected] @smithy/[email protected] in case the code has changed since then
@chbiel Another thing I learned is that AWS SDK V3 sets a default maxSockets to 50 if you don't set it, so you can increase it so more requests can...