Miklós Antal
Results
2
comments of
Miklós Antal
I've realized that the lib changed since the referenced modification, and now this default 3000 batch size can be overridden with { batching: { maxMessages: } subscription options. Going to...
setting `{ batching: { maxMessages: 2500 }` seems to make these errors go away. I would suggest changing the default to 2500 here: https://github.com/googleapis/nodejs-pubsub/blob/master/src/message-queues.ts#L185. Or since there is a workaround...