Questions tagged [graphql-google-pubsub]
2 questions
0
votes
1 answer
Running into issues using CloudRun and running pubsub subscriber
I am trying to use CloudRun to run my node.js code which has a pubsub client subscriber set for pull mode.
This code works fine on my local machine, but in cloudrun..it stops processing after a certain amount of time.
I updated the cloudrun instance…

mike hennessy
- 1,359
- 1
- 16
- 35
0
votes
0 answers
Why is AxelSpringer Google PubSub library causing the error "Unable to detect a Project Id in the current environment"?
I am implementing GraphQL subscription based on this document using the PubSub Class. However,
the document also says:- The PubSub class is not recommended for
production environments, because it's an in-memory event system that
only supports a…

Saswat
- 12,320
- 16
- 77
- 156