[google-appengine] Re: Gloud app deploy failure "cannot use -o with multiple packages"

2018-10-30 Thread 'Edgar (Google Cloud Platform Support)' via Google App Engine
This issuetracker thread discuss the same issue as described here. The library used is the same as well and they have been able to resolve the issue. The issue is regarding the migration and difference between the Go 11.9 runtime and the new Go

[google-appengine] Re: "cd" was removed in GAE Standard Node.js and broke our app

2018-10-30 Thread 'Jorge A (Google Cloud Support)' via Google App Engine
What is the error message you're getting? Also, what runtime are you using? And how do you know CD isn't available anymore, is that part of the error message? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group

[google-appengine] Re: problem with gpu Quota Increase Request

2018-10-30 Thread 'David (Google Cloud Support)' via Google App Engine
Hello Marc, It looks like there is a problem with your billing account and you won’t be able to request for additional quota until that problem is resolved. I apologize if you were told that your billing account is in good standing. Please contact our Billing Support Team

[google-appengine] Re: Connect to MongoDB Atlas from Google App Engine Standard

2018-10-30 Thread 'Yasser Karout (Cloud Platform Support)' via Google App Engine
Hello, Can you provide the error you get when you try connecting to MongoDB database hosted on MongoDB Atlas? It will help troubleshooting what went wrong. Your question might be better addressed on StackOverflow as the format is more suited for development

[google-appengine] Re: Вопрос (Question)

2018-10-30 Thread 'Omair (Cloud Platform Support)' via Google App Engine
Hello, The Google Cloud Platform free offering has two parts: - A 12 month, $300 credit free trial - Free usage limits on selected products and features If you sign up for Google Cloud Platform account for the first time, you will

Re: [google-appengine] Re: Error 302 running cron and login:admin in app.yaml in google app engine

2018-10-30 Thread Pedro Perez Garcia
Hi, I'm using this handler in app.yaml -- app.yaml runtime: python27 api_version: 1 threadsafe: true handlers: - url: /hellocron script: main.app login: admin When I run it on google chrome with this url ( https://myappname.appspot.com/hellocron) it's working, it

[google-appengine] Gloud app deploy failure "cannot use -o with multiple packages"

2018-10-30 Thread brian
I created a go web application and successfully deployed it using "gcloud app deploy". When I added a reference to "github.com/gorilla/mux", I was able to build and run it locally. When I deployed it using "gcloud app deploy", it failed with the following error message. Services to deploy:

[google-appengine] Re: App Engine Enable managed security not working

2018-10-30 Thread 'Harmit Rishi (Cloud Platform Support)' via Google App Engine
Hello, Based on the information you have given, it seems that you are encountering an issue when changing from Self-managed SSL certificates to a Google Managed SSL certificate. Specifically issue regarding the verification your custom domain when trying to switch over SSL management. The

[google-appengine] Connect to MongoDB Atlas from Google App Engine Standard

2018-10-30 Thread Raj Chaudhary
I can successfully connect to a MongoDB database hosted on mLab from Google App Engine Standard (Node.js 8 runtime) using the 3.4+ driver. But I can't connect to a MongoDB database hosted on MongoDB Atlas from Google App Engine Standard (Node.js 8 runtime) using both, 3.6+ driver as well as

[google-appengine] Re: App Engine Flexible DNS client settings

2018-10-30 Thread diogoalmeida via Google App Engine
A possible solution you can try is to update resolv.conf file. However, as in App Engine, the local filesystem that your application is deployed to is not writable, you would not be able to edit. You are more likely to get some results on that by using App Engine Flexible Environment with the

Re: [google-appengine] Re: is it possible listen to a pub/sub topic without a subscription?

2018-10-30 Thread 'Olu' via Google App Engine
If you want a feature that offers a different behavior on Cloud PubSub, I recommend reporting this Feature Request on the Issue tracker . The Feature request would be

Re: [google-appengine] Re: is it possible listen to a pub/sub topic without a subscription?

2018-10-30 Thread 'Olu' via Google App Engine
By design, for every subscription the Google Cloud PubSub delivers messages at least once. Hence, even if the subscriber is not present , the unacknowledged messages are stored in a persistent storage for 7 days after the messages are

Re: [google-appengine] Re: Error 302 running cron and login:admin in app.yaml in google app engine

2018-10-30 Thread 'George (Cloud Platform Support)' via Google App Engine
Your cron correctly calls /hellocron. The 302 error is returned from the call, so your handler needs attention, not cron. Error code 302 means "Found: Resource temporarily located elsewhere according to the Location header". You may read more detail on the "HTTP Status and Error Codes for

[google-appengine] App Engine Flexible DNS client settings

2018-10-30 Thread Mark Drummond
Is it possible to change the DNS client settings for an App Engine Flexible deployed (Python/Django in this case) app? I'd like the app in question to reference our internal DNS servers, available to the app over a Cloud VPN connection. -- The content of this message is subject to our e-mail

[google-appengine] Re: Clarifying App Engine, custom VPCs, and VPNs

2018-10-30 Thread Mark Drummond
Thanks David! On Monday, October 29, 2018 at 5:51:10 PM UTC-4, David (Google Cloud Support) wrote: > > Hello Mark, > > Yes that is correct, as this document > states: > > “The following types of endpoints/resources are NOT

Re: [google-appengine] Re: is it possible listen to a pub/sub topic without a subscription?

2018-10-30 Thread Nick Pomfret
I'm not sure I understand your answer. Maybe my question was unclear... I am publishing messages onto a topic. If my app isn't running I'm happy for those messages to disappear. AND I don't want a backlog of messages when I switch my app on. I want topic behaviour, not queue behaviour (which

[google-appengine] Вопрос (Question)

2018-10-30 Thread dev . reliable . host
Если я привяжу свою карту в google cloud мне дадут 300$ просто так? Мне их возвращать и тд не придется? Их дают для того чтобы протестировать платформу? If I tie my google cloud map, will they give me $ 300 just like that? I do not have to return them, etc.? Are they given to test the

[google-appengine] problem with gpu Quota Increase Request

2018-10-30 Thread Marc Craun
i was trying 4 p100 gpu and i make a Request to Increase my quota for 1 to 4 but support keep reply with this message Thank you for requesting additional quota and I hope you're doing well today. My name is Allan from the Cloud Platform Support team and I am happy to help you. We have

[google-appengine] Re: Node 8 Standard (Express) not gzipping content

2018-10-30 Thread Attila-Mihaly Balazs
Please also note that there are some weird rules around the Google Frontend gzipping / not gzipping the response - it doesn't always respect "Accept-Encoding", but rather does some user agent sniffing: