Hello,
So i'm experiencing some issue with Pub/Sub. I'm using Dataflow to pull from pub/sub and doing some data processing and write to another pubsub.
The job works fine for a few hours and suddenly went on stale. Meanwhile from the google api monitoring metrics, the pubsub.subscribe.pull operation is experiencing significant delay. median delay jumps to 20+ seconds. In the api quota section, there are some exceed api quota error, and the detailed error info shows current usage green and 7 day usage exceeded. I tried to specify a different region in my dataflow job, which runs into the same issue(pull latency jumps to 20+ second). I'm wondering what could be the real issue.
Is it really just api quota? If it is, then how is it computed, if i throttle my consumer, would the problem go away?