-
Notifications
You must be signed in to change notification settings - Fork 236
Description
@pmcnr-hx this memory issue sounds a bit different than what folks were initially seeing in #770 (which was a ceasing up of message processing), so I've created this new tracking issue.
Running In Debug Mode
If it's not too much of a bother, could I get you to run your system with debugging enabled:
process.env.GRPC_TRACE = 'all';
process.env.GRPC_VERBOSITY = 'DEBUG';
const {PubSub} = require('@google-cloud/pubsub');
☝️ I'm curious to see if there is any odd behavior immediately before the message fails to process.
Memory Usage
Do you have any graphs you could share of the memory spiking behavior caused by @grpc/grpc-js, vs., grpc.
Environment details
@pmcnr-hx mind providing this information, with regards to OS/Runtime, are you on Google App Engine, Kubernetes Engine?
- OS/Runtime: ?
- Node.js version: ?
@google-cloud/pubsubversion: 1.1.3
Steps to reproduce
@pmcnr-hx it sounds like the memory issue you run into happens after a few hours of processing, what does the workload look like?, e.g., messages per minute, what type of work happens as the result of a message.
- ?
see #770