1

I have configured Eventarc to listen for event like - google.cloud.bigquery.v2.JobService.InsertJob

It was working fine until a few days back. When an insert operation takes place in BigQuery, Eventarc was triggering a Cloud Run application which in turn published a message to a pub-sub queue.

The problem I have been facing since it stopped working is that Eventarc is no longer triggering the Cloud Run App. I can see the events in cloud logging, but there is no follow-up action in Eventarc.

enter image description here

I tried adding all recommended permissions in excess as well.

enter image description here

Any input on what I might be missing, or where to look would be very much helpful.

Thanks!

loki
  • 976
  • 1
  • 10
  • 22
  • Can you check if `roles/eventarc.eventReceiver` permission is also added as per this documentation on [Eventarc Roles and permissions for Cloud Run](https://cloud.google.com/eventarc/docs/roles-permissions)? – Robert G Oct 07 '22 at 04:44

0 Answers0