0
votes

I am using google cloud pub-sub push notifications to receive the latest emails. But I am not receiving any notification at my endpoint. What can be the issue, or how can I find out the issue?

1
When you say "to receive the latest emails," do you mean that you have set up Gmail push notifications? - Kamal Aboul-Hosn

1 Answers

0
votes

In the Subscription page you can find the details about the following details:

  1. Unacked message count
  2. Oldest unacked message age

From those two metrics you can try to debug whether the message actually received in the subscription or not.

Hope it helps.