You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hello,
I have multiple workers on AppEngine Flex instances pulling from PubSub. I'm looking to cut some costs and was curious if I could deploy these instances to AppEngine Standard instances.
If I deploy workers pulling from a PubSub subscription, will they wake up when a new message is ready to be pulled?
George (Cloud Platform Support)
unread,
Oct 1, 2019, 2:21:01 PM10/1/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hello Nicholas,
You may set up apps in different environments as subscribers to Pub/Sub messaging, all this described on Receiving messages using Pull. It is not clear what you mean by deploying Flex instances to App Engine Standard instances. You can surely adapt code and create separate apps in Standard Environment, if you prefer.
Pull subscription workers need to actively check for messages, so they won't wake up. If this is not what you want, you should check Using push subscriptions.
Nicholas Swekosky
unread,
Oct 1, 2019, 5:17:43 PM10/1/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Thanks George. I ended up asking the question elsewhere and getting quicker answers.