Arun-KumarH
Arun-KumarH
But is there any way to stop the unique job as well ? (Each and every time I remove the job from redis a new job gets posted). So I...
#2115 we are using the retry interceptor and it works for Unary requests, but for client streaming after the first chunk is sent the connection is closed and we receive...
#2115 This is a pressing issue for us, any updates how we can use the retry interceptor for streaming use cases ?
This is a pressing issue for us, any updates on this ?
protobufjs: 6.9.0 We checked the issue again with latest protobufjs version 6.9.0, but still we are not able to encode `google.protobuf.Struct` messages. We are still using [`grpc.load`](https://github.com/grpc/grpc-node/blob/master/packages/grpc-native-core/index.js#L123) which falls back...
Hi @aBurmeseDev, The issue seems to come from default part size of s3 which is 5MB. https://github.com/aws/aws-sdk-js/blob/master/lib/s3/managed_upload.js#L56 If I increase the partSize for managed_upload options as in code below to...