[google-appengine] A request is suspended for 6 hours, then completes

2021-12-01 Thread Patrice Bertrand
Here is a strange thing we are seeing repeatedly. We have a batch job processing, handled on a GAE backend service, which ends up taking more than 6 hours, with only 6 minutes of actual processing. The request is started by a Cloud Task. In one case, as an example, the request is started

[google-appengine] Re: Disabling TLS 1.0

2021-09-01 Thread Patrice Bertrand
> support is now an option only for GAE customers with previously existing > custom TLS configs. > > On Saturday, July 17, 2021 at 4:51:22 AM UTC-4 patrice@experquiz.com > wrote: > >> Thank you for your reply @David. May I ask if creating a ticket with GCP >> suppo

[google-appengine] Re: Disabling TLS 1.0

2021-07-17 Thread Patrice Bertrand
Thank you for your reply @David. May I ask if creating a ticket with GCP support, although not the recommended option, could still be one available option ? Because setting up Cloud Load Balancing and serverless NEGS would be quite an endeavor, plus some added costs, while we don't actually

[google-appengine] Disabling TLS 1.0

2021-07-15 Thread Patrice B
June 2018 was the deadline for discontinuing the use of TLS 1.0, ( https://blog.pcisecuritystandards.org/are-you-ready-for-30-june-2018-sayin-goodbye-to-ssl-early-tls) and after that date numerous audit tools point the use of TLS 1.0 and 1.1 as alerts. It is now July 2021, 3 years passed the

Re: [google-appengine] Google App Engine - Split Traffic and promote

2021-06-15 Thread Patrice Bertrand
uld have very little flexibility in managing actual versions. Patrice On 6/15/21 4:42 PM, Bilal Haidar wrote: Thanks Patrice! Can you explain to me or refer me to a resource on the real use of versions? I must have misunderstood it. Many thanks Bilal On Tue, Jun 15, 2021 at 5:34

Re: [google-appengine] Google App Engine - Split Traffic and promote

2021-06-15 Thread Patrice Bertrand
with versions as needed. Using different projects or different services of a project should not affect your costs, since you are paying for live instances ultimately. Patrice On 6/15/21 2:28 PM, Bilal Haidar wrote: Hi, I would like to understand the relation between --promote (--no-promote

[google-appengine] Cloud Tasks API down today between 19:20 and 20:20 EST

2021-03-17 Thread Patrice Bertrand
We have noticed that all calls to the Cloud Tasks API from our GAE projects failed with a "503: Service Unavailable" this day March 17th 2021, from 19:20 to 20:20 EST. This happened in more than one project, without any change whatsoever on our side. This error in all Cloud Tasks calls

[google-appengine] Re: Best way to dedicate App Engine instances for certain tasks

2021-02-05 Thread Patrice Bertrand
routing allows for targeting a given service. However, if anyone has other thoughts on the matter, they will be welcome. On Friday, 5 February 2021 at 13:23:58 UTC+1 Patrice Bertrand wrote: > > I'm looking for advice regarding the best way to dedicate App Engine > instances for runnin

[google-appengine] Best way to dedicate App Engine instances for certain tasks

2021-02-05 Thread Patrice Bertrand
I'm looking for advice regarding the best way to dedicate App Engine instances for running certain deferred tasks. We want to be sure that deferred tasks, as well as cron tasks, can never penalize the processing of actual client requests. One way to do this would be to have a separate

[google-appengine] Re: NTP time synchronization on App Engine

2020-12-23 Thread Patrice Bertrand
r, I would think App Engine instances are kind of "even more pre-configured" than Compute Engine instances. On Wednesday, 23 December 2020 at 09:59:18 UTC+1 Patrice Bertrand wrote: > Hello Elliott, > Thank you very much for your answer and for filing a request. In the > m

[google-appengine] Re: NTP time synchronization on App Engine

2020-12-23 Thread Patrice Bertrand
e is no > guarantee or ETA that it may be implemented. > > I hope that I have helped in this way. > > On Tuesday, December 22, 2020 at 12:12:49 PM UTC-5 > patrice@experquiz.com wrote: > >> We have a large application hosted on Google App Engine, that is being >> au

[google-appengine] NTP time synchronization on App Engine

2020-12-22 Thread Patrice Bertrand
We have a large application hosted on Google App Engine, that is being audited by one of our clients. The auditor is asking whether GAE servers have NTP time synchronization. I am sure they do, but could someone point out a document that would mention this, that we could use as a reference

[google-appengine] Production problem this day on get_service_account_name()

2020-12-14 Thread Patrice Bertrand
Cloud Platform Status" information panel. Is it just me ? But then why would it be just today and just for one hour ? Thank you for any relevant information. Patrice -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubs

[google-appengine] Re: How to remove custom domain from project

2020-07-02 Thread Patrice B
Hello, Same problem here: cannot remove custom domain from project. Is there no solution ? The story is as follows: (1) need to have a subdomain of our client's domain point to our App Engine project, so we ask our client to add CNAME records to prove ownership, then we add subdomain to

[google-appengine] Re: Diving into App Engine is soooooooooooo hard now - My analysis

2020-03-20 Thread Patrice B
Hi guys, A few months back, I had a similar reflexion on current trends regarding AppEngine, which I called "the end of paas", which could be called "end of serverless" in a way

Re: [google-appengine] Can't I set a specific request timeout ? 24 hours for running an HTTP requets seems crazy.

2020-01-31 Thread Patrice B
Thank you for your time. I do understand that task queues and cron jobs may need a longer timeout value. My question really is this : is there no way to configure an instance in such a way that HTTP requests are killed on timeout after say 10 minutes ? And if there is no way to achieve

[google-appengine] Can't I set a specific request timeout ? 24 hours for running an HTTP requets seems crazy.

2020-01-30 Thread Patrice B
Regarding request timeout, I find here https://cloud.google.com/appengine/docs/standard/python/how-instances-are-managed#timeout that a timeout value of 10 minutes is used for "automatic scaling" and a value of 24 hours is used in basic and manual scaling.And indeed, I have observed

Re: [google-appengine] gcloud app deploy is failing

2019-12-17 Thread Patrice B
So I'm not the only one feeling AppEngine is gradually moving away from Paas, although this trend does not seem to be acknowledged officially. I had recently posted here: the end of Paas ?

[google-appengine] Re: The end of PaaS ?

2019-10-23 Thread Patrice B
Hello Kaan, I wished to start a discussion on a more philosophical, or say strategic question: whether there was a real trend towards replacing true services by software products hosted on leased servers.I did not want to get this mixed up with some specific grievance at all. The

[google-appengine] Re: The end of PaaS ?

2019-10-22 Thread Patrice B
Thank you for your update and insight.Maybe I was seeing a trend where there is none. Actually, there are two separate considerations: (1) some products are replaced by other products, generally for the better, and developpers should plan for migration, this is life I guess, and it's

[google-appengine] The end of PaaS ?

2019-10-22 Thread Patrice B
It seems most of the services that made AppEngine a proper Platorm as a Service are now scheduled to be shut down, and users are advised to migrate. Migrate search to ElasticSearch, migrate memcache to Redis, and maybe at some point we'll be asked to migrate Ndb to MongoDB and GCS to

[google-appengine] Very long request is not killed ?

2019-09-16 Thread Patrice B
, or is it just a coincidence ? Thank you for your thoughts and expertise. Patrice. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengin

[google-appengine] Automatic scaling on App Engine: do I need to set scaling parameters for every version ?

2019-05-26 Thread Patrice B
It seems auto scaling parameters such as min_instances or min_idle_instances are not defined through the app.yaml file. They can be defined through APIs. But does this mean that for every deployment of a new version with gcloud app deploy I would need to go the the APIs again and define

[google-appengine] Re: What assumptions were made with the free quota 5 million page view estimations?

2015-12-14 Thread Patrice (Cloud Platform Support)
it was on an official >> google app engine page (there are lots of references too it in older blog >> posts and forum posts). >> >> What assumptions were made though? :) >> >> On Thursday, December 10, 2015 at 10:46:33 AM UTC-5, Patrice (Cloud >> Platform Suppo

[google-appengine] Re: What assumptions were made with the free quota 5 million page view estimations?

2015-12-10 Thread Patrice (Cloud Platform Support)
Hi Gitted, Can you point out where you see that in our docs? I'm not able to see it, and I remember it was a line previously in our quota page, but it's not in anymore, exactly because there was too many assumptions made in it. Cheers! On Wednesday, December 9, 2015 at 3:22:31 PM UTC-5,

Re: [google-appengine] Re: Mail quota increase request - billing enabled project

2015-12-10 Thread Patrice (Cloud Platform Support)
: > > Hi Patrice, thanks for your reply. Do you know if there's any other > channel I can use to reach that team? The "bronze" support options are a > little scarce. > I'm just focused on getting this issue out of my way, so I may end up > using sendgrid or some other s

Re: [google-appengine] How can you run the website locally when using the database?

2015-12-09 Thread Patrice (Cloud Platform Support)
Hi Gitted, PK's got the gist of it. Obviously you're not using the real big table when you're developing on your devserver, but the local implementation that runs is close enough to provide the same behavior. For all intents and purpose, the end result you see from your local development is

[google-appengine] Re: Sending mail with the java API: authorized sender address

2015-12-09 Thread Patrice (Cloud Platform Support)
Hi Renaud, If I understood your queston, yes you got it right. The first bullet point means that one of the possible senders can be the user who's currently Authenticated (via OAuth), or any of the other email that are mentioned afterwards. Cheers! On Monday, December 7, 2015 at 4:39:06 PM

[google-appengine] Re: Mail quota increase request - billing enabled project

2015-12-09 Thread Patrice (Cloud Platform Support)
Hi Rafael, Unfortunately, there's not much to be done here on this front. The quota increase for email is indeed handled by another team, so it can take a while. If you're in a hurry, I would suggest switching over to SendGrid. This will give you more quota, better rates if you send a lot of

[google-appengine] Re: Are wildcard subdomains and thousands of domains pointing to my domain supported?

2015-12-08 Thread Patrice (Cloud Platform Support)
Hi, It is definitely a possibility, but it depends on what you're using to host. Do you code applications for your users and then deploy on App Engine, or do you simply host their data in a GCS bucket (or a GCE instance)? We'd need more information into what you are doing precisely. I think

[google-appengine] Re: blank page

2015-12-04 Thread Patrice (Cloud Platform Support)
C-5, sophiya baskaran wrote: > > Hi Patrice > > Thanks for your reply. > > Now GAE wordpress working. But theme missing.i got the below err in log > > 8:51:00.955 > Static file referenced by handler not found: > __static__/wordpress/gaesample/wordpress/wp-content/the

[google-appengine] Re: About the license restriction

2015-12-04 Thread Patrice (Cloud Platform Support)
Hi Pan, This is not something that is answerable without knowing exactly what you publish. Even if we knew what you published, you would need to check with someone on your end that has a good knowledge of the law to check it. I would suggest looking here .

[google-appengine] Re: Is there an outage or other issue with GAE at the moment?

2015-12-04 Thread Patrice (Cloud Platform Support)
Hi, There had been no issues with deployments recently. Is it still happening on your end or has it resolved itself? Cheers! On Wednesday, December 2, 2015 at 8:28:18 PM UTC-5, A. Kong wrote: > > Hi all, > > I am trying to deploy a new version of my app to GAE. > > For some reason the

[google-appengine] Re: Google App Engine SDK Windows 1.9.30

2015-12-02 Thread Patrice (Cloud Platform Support)
Hi Tasos, Can you give some more information? What exactly do you run, what code do you have in your handler, how do you run it, what's in your logs? Anything in the console? Cheers! On Tuesday, December 1, 2015 at 3:26:23 PM UTC-5, Tasos Kallergis wrote: > > Actually trying to run the

[google-appengine] Re: blank page

2015-12-02 Thread Patrice (Cloud Platform Support)
Hi again, So, the tool used in the 5th step (the Google App Engine Launcher) is not suggested to be used anymore. I just tried this tutorial https://googlecloudplatform.github.io/appengine-php-wordpress-starter-project/ and got it through without issues. In any case, from what I remember of

[google-appengine] Re: Getting HTTPS/SSL working with App Engine and CloudFlare (and custom domain) ?

2015-12-02 Thread Patrice (Cloud Platform Support)
, and then use redirects to get around the "naked domain" restriction :). Cheers! On Tuesday, December 1, 2015 at 1:04:00 PM UTC-5, Alex Kerr wrote: > > Great thanks Patrice. Just wondering if you could clarify what this > paragraph in the page you linked to means please? > >

[google-appengine] Re: Getting HTTPS/SSL working with App Engine and CloudFlare (and custom domain) ?

2015-12-02 Thread Patrice (Cloud Platform Support)
st testing a bit and making sure it behaves the way you want, since the steps I've mentioned are really just for using a custom domain on App Engine and have nothing to do with CloudFlare itself. Cheers! On Wednesday, December 2, 2015 at 11:10:35 AM UTC-5, Patrice (Cloud Platform Support) wrote: >

[google-appengine] Re: blank page

2015-12-01 Thread Patrice (Cloud Platform Support)
Hi Sophiya, To be able to help you, we need a lot more information actually: What did you deploy exactly? Normally, logs can be seen in your admin console (which you can see in the devserver a couple of different ways, based off the language you're using and how you ran your devserver). I

Re: [google-appengine] jquery is not working in the live mode.

2015-12-01 Thread Patrice (Cloud Platform Support)
Hi, Indeed, I'd be surprised if the JQuery error is because of App Engine. In any case, to be able to help you, a lot more information would be needed. Since this is likely not an App Engine issue, I would suggest posting on Stack Overflow with the following: - Your code. - The behavior you

[google-appengine] Re: Getting HTTPS/SSL working with App Engine and CloudFlare (and custom domain) ?

2015-12-01 Thread Patrice (Cloud Platform Support)
Hi Alex, I am not 100% sure what you can do on the CloudFlare side, but it does seem (from this article ) that you don't have anything to do App Engine's side about this :). If you

[google-appengine] Re: Only Mapping Sub-domain to app or project

2015-12-01 Thread Patrice (Cloud Platform Support)
Hi Balaji, I believe this is what you're looking for? As far as I know, there are no limitations to how you can map subdomains only to App Engine. Let me know how it goes

Re: [google-appengine] Final opportunity to try the beta Google Cloud Platform console before its release

2015-11-30 Thread Patrice (Cloud Platform Support)
ble in the old console well before it becomes visible in the new one. > > Regards, > -Drago > > On Friday, November 27, 2015 at 11:37:40 AM UTC-6, Patrice (Cloud Platform > Support) wrote: >> >> Hey all! >> >> So, I was about to open a new issue to track this, an

Re: [google-appengine] Final opportunity to try the beta Google Cloud Platform console before its release

2015-11-27 Thread Patrice (Cloud Platform Support)
rote: >> >> I mean the screen under Billing/Usage History in the old console. In the >> amount column it shows the daily charges. In the event column you can drill >> down on a daily basis. If this is not available I would appreciate filing a >> ticket. >> &

[google-appengine] Re: Deployment of updated code in google app engine is not working

2015-11-26 Thread Patrice (Cloud Platform Support)
, 26 November 2015 17:24:08 UTC+5:30, abhishek grover wrote: >> >> Thanx patrice for replying... >> >> I found some related issue faced by other user which seems to be same >> which I am facing: >> >> https://code.google.com/p/googleappengine/issues/detail?id=733

[google-appengine] Re: App Engine service account has insufficient permissions for project

2015-11-26 Thread Patrice (Cloud Platform Support)
Hey Robert! Thank you for posting here :) I was about to go dive into your app to see what was happening, it's nice to realize it's not needed before I'm elbows deep in there ^^. Happy you can get it working. Feel free to come here again for other questions :). Cheers! On Thursday, November

Re: [google-appengine] Website not getting updated for Chrome Browser

2015-11-26 Thread Patrice (Cloud Platform Support)
Hi Aditya, I believe Barry has a good idea to follow there. Since incognito is the only way your browser hits the new version, this HAS to be an extension thing. Try disabling all your extensions to see if it helps. Cheers! On Thursday, November 26, 2015 at 8:11:06 AM UTC-5, barryhunter

[google-appengine] Re: Deployment of updated code in google app engine is not working

2015-11-25 Thread Patrice (Cloud Platform Support)
Hi Abishek, This doesn't sound normal. What do you use for deployment? Eclipse itself? Could you try using appcfg.py maybe? In the meantime, if you could include your app.yaml here, it would be helpful to troubleshoot. Also, make sure that your code is fully saved and recompiled (just to be

[google-appengine] Re: App Engine service account has insufficient permissions for project

2015-11-25 Thread Patrice (Cloud Platform Support)
Hi Robert. How do you deploy? Chances are that you can change which email you're currently authenticated as with the tool, depending on what tool you use for upload. Cheers! On Wednesday, November 25, 2015 at 3:42:16 PM UTC-5, Robert Dyas wrote: > > When I try to deploy a Managed VM I get

[google-appengine] Re: Final opportunity to try the beta Google Cloud Platform console before its release

2015-11-24 Thread Patrice (Cloud Platform Support)
Hi PK, Thank you for the feedback, very appreciated. I assume you mean the total daily charges that was compiled in the Admin console? Or simply what you could see in the Developer console's dashboard? Because the Developer's console dashboard is still present in the new beta console. If you

Re: [google-appengine] Re: Deploying with Google App Engine Launcher

2015-11-23 Thread Patrice (Cloud Platform Support)
k you! > > 2015-11-20 16:09 GMT+01:00 Patrice (Cloud Platform Support) < > pvoutsi...@google.com>: > >> Hi Oscar, >> >> Do you mind showing the error you're getting, and what you're running? >> I'm unclear on the phrasing you're using. >>

Re: [google-appengine] Maximum number of tasks that can be added in a batch

2015-11-23 Thread Patrice (Cloud Platform Support)
Hi Trez, The operation is generally quick. The only issue I can see with sending 1 000 000 tasks in a single minute is that if this is sustained through your day, there is a chance you hit a quota limit eventually. You can get more information into related quotas here

[google-appengine] Re: Deploying with Google App Engine Launcher

2015-11-20 Thread Patrice (Cloud Platform Support)
Hi Oscar, Do you mind showing the error you're getting, and what you're running? I'm unclear on the phrasing you're using. In general, there are other tools you can use to deploy though, from gcloud to appcfg.py. What language are you coding in? Cheers! On Friday, November 20, 2015 at

[google-appengine] Re: Store multiple rows in a single key.

2015-11-20 Thread Patrice (Cloud Platform Support)
Hi Spmadhu, There are a couple of ways to do what you want. A single Datastore entity can have a repeated property. It can also have a structured property (a property made out of other properties). So, a single entity could be "form" with a repeated Structured Property called "day". That

[google-appengine] Re: I have some doubts about the pricing and the free quotas

2015-11-20 Thread Patrice (Cloud Platform Support)
Hi Miguel, So, on top of enabling billing, you do need to set a daily budget, which can be 0$ indeed, effectively leaving you in the free portion of the quotas and App Engine. I am surprised at what you say about the system requesting that you enable billing when you make datastore calls,

[google-appengine] Re: New Application Creation is disabled.

2015-11-19 Thread Patrice (Cloud Platform Support)
Hi Raji, >From the print screen, it seems that you're looking into the older console. You should go to the new one here : console.developers.google.com Seems like Udacity didn't update the link to the console. Cheers! On Thursday, November 19, 2015 at 3:51:05 AM UTC-5, Raji Reddy wrote: > > I

[google-appengine] Re: Apple Push Notification using PHP

2015-11-18 Thread Patrice (Cloud Platform Support)
Hi Terence, Happy you found your own solution. I was about to look into how to do it on PHP, as I hadn't tried yet. Glad you found it yourself! For future readers who may run into a similar issue, do you mind posting the link to the code you found? :) Cheers! On Wednesday, November 18, 2015

[google-appengine] Re: TaskAlreadyExistsException does not provide getMessage()

2015-11-17 Thread Patrice (Cloud Platform Support)
Hi Paul, If this is something that you believe needs changing, I would suggest posting this on our Issue Tracker so we can forward it to the appropriate team. Cheers! On Tuesday, November 17, 2015 at 4:41:43 AM UTC-5, Paul Canning wrote: > > I am

[google-appengine] Re: Some of my applications appear to have stale caches in Australia

2015-11-17 Thread Patrice (Cloud Platform Support)
Hi Emlyn, How long ago did you change your code? I just want to make sure it isn't a question of propagation and it won't eventually go through. I can confirm on my end I see the new code. Are you also certain that whoever uses your app in Australia isn't using a different version? Cheers On

[google-appengine] Re: bucket size for task.

2015-11-17 Thread Patrice (Cloud Platform Support)
Hi, Since you have a bucket size of 5, the system will immediately start the 5 tasks you've asked. Then, because of the rate of your queue, over time (each tenth of a second) your queue should get a new "token" that can be used by your tasks. Depending on a lot of factor, the system can decide

[google-appengine] Re: Maximum number of tasks that can be added in a batch

2015-11-17 Thread Patrice (Cloud Platform Support)
Hi, As can be seen here , when you add tasks to a queue, you can add a LIST of tasks, which is what the batch refers too. What you describe for your application is definitely feasible, but you won't be able to add 100

[google-appengine] Re: ApiProxy$OverQuotaException without being over quota!!

2015-11-13 Thread Patrice (Cloud Platform Support)
to the specialist, as he will be in a better position to answer, being more aware of what came up from his analysis than I am :). Cheers! On Thursday, November 12, 2015 at 1:46:42 PM UTC-5, Sagar Mutha wrote: > > Hey Patrice, > > The URLFetch code that I posted is not in production bec

[google-appengine] Re: where the release notes for app engine 1.9.29?

2015-11-13 Thread Patrice (Cloud Platform Support)
Hi Rif, Just to be entirely sure, is it only one of your instances that is on 1.9.29 or is it all of them? Because if it's just a subset, it's expected. 1.9.29 is not fully released yet, and to make sure the future release doesn't break production for applications, we normally send some

[google-appengine] Re: ApiProxy$OverQuotaException without being over quota!!

2015-11-12 Thread Patrice (Cloud Platform Support)
Hi again Sagar, There are two things that you can do (I got a bit more information because I realized you have a case opened with Support as well). What I gathered from the other case is twofold in what you can do, if you don't want to switch the library: 1- You could reuse your connections

Re: [google-appengine] Re: ApiProxy$OverQuotaException without being over quota!!

2015-11-11 Thread Patrice (Cloud Platform Support)
Last time I saw this, the solution was to drop the library and use something else :S. Cheers On Tuesday, November 10, 2015 at 6:53:44 PM UTC-5, Sagar Mutha wrote: > > Hello Patrice, > > Thank you for your response! I am using the Apache library which does the > setting of soc

[google-appengine] Re: Anyway create a system log of admins who have signed onto the app engine console ?

2015-11-10 Thread Patrice (Cloud Platform Support)
Hi Yun, This currently does not exist. If you think this is a feature request that would be beneficial to make available, I would suggest posting it as an issue on our issue tracker (use the "type-Feature Request" template).

[google-appengine] Re: Increase 10 routing rules limit in dispatch.yaml

2015-11-10 Thread Patrice (Cloud Platform Support)
Hi Nickolas, In the absence of a support package, your only bet is to open an issue here , where either myself or someone from the team will follow up with you. We will need at the very least the following: - Your appID - Your

Re: [google-appengine] Re: ApiProxy$OverQuotaException without being over quota!!

2015-11-10 Thread Patrice (Cloud Platform Support)
-appengine/ApiProxy$24OverQuotaException/google-appengine/w_GG2Y-yHRA/KDKZS3zhEKgJ > > On Friday, November 6, 2015 at 5:25:19 PM UTC-8, Sagar Mutha wrote: >> >> Hello Patrice, >> >> I have started to see this error on my app again today and the sockets >> created is just

[google-appengine] Re: Stolen website on Google sub domaine? What should I do?

2015-11-09 Thread Patrice (Cloud Platform Support)
Hi Igor, Yeah this does just look like a proxy. There is no harm that can be done to your website this way, as this literally calls your website and displays it through the App Engine. As for your comment about indexing, I don't get what you mean, as flawedgate doesn't seem to be indexed.

[google-appengine] Re: ApiProxy$OverQuotaException without being over quota!!

2015-11-06 Thread Patrice (Cloud Platform Support)
Hi Sagar, I believe that what's happening is that the "set socket options" has its own quota. Last time I saw a customer with a similar problem, it turned out he was calling a third-party library (if memory serves it was an Apache library) that was doing a lot of socket calls behind the

[google-appengine] Re: transactional tasks

2015-11-06 Thread Patrice (Cloud Platform Support)
Hi, >From the javadoc reference here , it says that if you don't generate the name, the queue.add call will generate one. You can see here

[google-appengine] Re: " Some of your projects are in violation of our Terms of Service. Click the button in the status column of the project to address the issue. "

2015-11-06 Thread Patrice (Cloud Platform Support)
l be able to handle this faster than I could. Apologies for the different hoops you need to jump into, but I cannot access billing information, so I cannot really move this forward. Cheers! On Friday, November 6, 2015 at 10:47:50 AM UTC-5, Venetsian Jakimov wrote: > > Hi Patrice, > I'm sorry

[google-appengine] Re: " Some of your projects are in violation of our Terms of Service. Click the button in the status column of the project to address the issue. "

2015-11-05 Thread Patrice (Cloud Platform Support)
Hi, There is unfortunately not much to be done besides waiting for the relevant team to reply to you. You could start new projects on a different account and link a credit card on those projects, but for the account you had a violation on, you need to wait for the official response, we can't

Re: [google-appengine] Re: How can I blacklist a particular IP address (dos.yaml does not seem to work)

2015-10-30 Thread Patrice (Cloud Platform Support)
Hi again Mark, I see that your issue is already being worked on internally, you should get updates on the tracker once we make progress :). Cheers! On Friday, October 30, 2015 at 4:15:36 AM UTC-4, Mark Summerfield wrote: > > Hi Patrice, > > On Wed, 28 Oct 2015 09:15:28 -0700 (PDT)

[google-appengine] Re: env: 2 ???

2015-10-30 Thread Patrice (Cloud Platform Support)
Hi, This will be more thoroughly explained in future releases of the SDK, but for now, I can tell you that using "python-compat" with env: 2 makes your application run exactly as it does currently. For now, I wouldn't worry about "python" or "env" and continue using an app.yaml without env at

[google-appengine] Re: how to setup my app engine app to send mail from my custom domain

2015-10-29 Thread Patrice (Cloud Platform Support)
endGrid to send mails without Java Mail API, where > Google won't mind? > > On Monday, 26 October 2015 20:31:15 UTC+5:30, Patrice (Cloud Platform > Support) wrote: >> >> Hi guys, >> >> So first, Anastasios: you're using a "Google apps for work" domain, n

[google-appengine] Re: How can I blacklist a particular IP address (dos.yaml does not seem to work)

2015-10-28 Thread Patrice (Cloud Platform Support)
Hi Mark, How long ago did you upload the dos.yaml file? Because it can take a little while to be fully propagated. If you waited a little while (I'd say an hour should be long enough) and you still see these requests going through 100% of the time, this may be some kind of issue. I would then

[google-appengine] Re: how to setup my app engine app to send mail from my custom domain

2015-10-26 Thread Patrice (Cloud Platform Support)
to Google with it. Cheers! On Sunday, October 25, 2015 at 8:41:54 AM UTC-4, Naresh Pokuri wrote: > > Patrice, Thanks for reply >> >> >> From the link on the "learn more" in your error message, we specifically >> state that you need to have a gmail or Google d

[google-appengine] Re: PHP 7 Support

2015-10-26 Thread Patrice (Cloud Platform Support)
Hi Antoine, As of now there is no deadline or anything related to PHP 7 (as far as I know). I would suggest looking into managedVMs (which let you choose and customize your runtime) if you want to use it now. If you want it to be supported as a normal runtime, I would suggest going over to

[google-appengine] Re: Google Groups limits

2015-10-23 Thread Patrice (Cloud Platform Support)
Hi, I have to say, I'm not familiar enough with the Google Apps administration side of things to help you here. If I'm not mistaken though, having a SuperAdmin account for Google Apps, you should have access to create a support case directly no? This will link you up with the appropriate

[google-appengine] Re: Failed to load resource: the server responded with a status of 404 (OK)

2015-10-23 Thread Patrice (Cloud Platform Support)
Hi Sandeep, Normally such questions about what to do when something doesn't work are in a better position to be asked and answered on Stack Overflow . We do monitor the posts related to the tags we sponsor and answer there, on top of the community itself being very

[google-appengine] Re: how to setup my app engine app to send mail from my custom domain

2015-10-23 Thread Patrice (Cloud Platform Support)
Hi, >From the link on the "learn more" in your error message, we specifically state that you need to have a gmail or Google domain, so you won't be able to use mydomai.com to do this. YOu will need to either use the appspotmail, or a gmail. To use the email you want, I would suggest using

Re: [google-appengine] Re: "Backend Error" on Google Developer Console > Cloud Datastore > Dashboard / Query / Settings

2015-10-22 Thread Patrice (Cloud Platform Support)
Hi all, Just to leave an update for posterity : we did find out how to solve Prashant's issue and can say he is online! Now, if you encounter the same problem, I would suggest, for faster reaction, to open an issue here . I would suggest

[google-appengine] Re: Extract ratings for G.Play app from GAE application

2015-10-22 Thread Patrice (Cloud Platform Support)
Hi Andrew, I'm not familiar enough with the Google Play side of things to be able to help you here, so maybe someone from the community will be able to. In the meantime, you may want to post on this group as well, since there might be

[google-appengine] Re: Managed VM vs App Engine Classic instance type comparison

2015-10-21 Thread Patrice (Cloud Platform Support)
Hi David, As long as the resources match, yes, the machines are the same. For instance, an "f1-micro" is a machine with 0.6 GM of RAM, and 1 virtual CPU. An App Engine F1 is a machine with 128 MB of ram and 1 CPU (running at 600 Mhz) so they are not the same, but simply because the resources

Re: [google-appengine] Re: Stop Backend from new Admin Console

2015-10-21 Thread Patrice (Cloud Platform Support)
te that i don't have a ready to > deploy project with modules thus i can't test this by myself) > > > Thanks. > > > Thanks again. > > > > > El martes, 20 de octubre de 2015, 18:22:42 (UTC+2), Patrice (Cloud > Platform Support) escribió: >> >> Very

[google-appengine] Re: Managed VM vs App Engine Classic instance type comparison

2015-10-21 Thread Patrice (Cloud Platform Support)
Hi David, Again, the instances are treated the same way, so as long as the resources are equal, there should not be any difference in what you get. Cheers! On Wednesday, October 21, 2015 at 12:31:08 PM UTC-4, David Cohen wrote: > > Hi Patrice, > > Just to clarify, does that mea

Re: [google-appengine] Re: Stop Backend from new Admin Console

2015-10-20 Thread Patrice (Cloud Platform Support)
havior to the console. Cheers! On Tuesday, October 20, 2015 at 12:17:03 PM UTC-4, Alejandro Gonzalez wrote: > > Thanks for your clarification Patrice. > > > El martes, 20 de octubre de 2015, 18:13:26 (UTC+2), Patrice (Cloud > Platform Support) escribió: >> >> Hi Alejandro,

Re: [google-appengine] Re: Stop Backend from new Admin Console

2015-10-20 Thread Patrice (Cloud Platform Support)
Hi Alejandro, Unfortunately, for your second question, no it cannot be done. From the console you can only delete a version, not suspend it, so you won't be able to deactivate a version, short of completely removing it. You can upload the same application, but with a different app.yaml, so the

Re: [google-appengine] Re: Console Log UI -- One Request Broken Up Into Several Expandable Rows

2015-10-20 Thread Patrice (Cloud Platform Support)
ogleappengine/issues/detail?id=12459> issue, which the relevant back-end team is aware of. I would suggest starring this issue so you can be made aware of the progress by the back-end team. Cheers! On Friday, October 16, 2015 at 1:58:03 PM UTC-4, Patrice (Cloud Platform Support) wrote: > >

[google-appengine] Re: GeoPt working on localhost but not on appengine

2015-10-19 Thread Patrice (Cloud Platform Support)
! On Saturday, October 17, 2015 at 12:54:38 AM UTC-4, Surya Yadav wrote: > > Hi Patrice, > > The document you shared says "Alpha program has reached capacity and we > are no longer considering any new candidates. Thank you very much your > interest and stay tuned for the

[google-appengine] Re: GeoPt working on localhost but not on appengine

2015-10-16 Thread Patrice (Cloud Platform Support)
Hi Surya In this document you can find both the link for the form you will have to fill, and some

Re: [google-appengine] Re: Console Log UI -- One Request Broken Up Into Several Expandable Rows

2015-10-16 Thread Patrice (Cloud Platform Support)
October 9, 2015 at 11:55:50 AM UTC-4, PK wrote: >> >> I run into this today as well in the new UI. Very annoying, I hope it >> gets fixed soon. >> >> --PK >> >> On Oct 5, 2015, at 12:29 PM, Patrice (Cloud Platform Support) < >> pvout...@google.

[google-appengine] Re: SSH-AGENT For Windows

2015-10-14 Thread Patrice (Cloud Platform Support)
Hi, I'm not entirely sure what you're asking for here. You want to connect to a remote windows machine with an ssh-agent and run gcloud commands there? What is not working currently, what step do you need help with? As far as I know, there's no such guide that'll provide you everything from A

Re: [google-appengine] Re: Copy/Import datafrom deployed app to my local

2015-10-14 Thread Patrice (Cloud Platform Support)
Hi again, There are none, unfortunately. It's relatively straightforward to do both, but there's no official docs indicating how to do this. Cheers On Wednesday, October 14, 2015 at 1:22:36 AM UTC-4, ARUNRAJ RAJENDRAN wrote: > > Patrice, >Thanks for the reply. Are

[google-appengine] Re: Copy/Import datafrom deployed app to my local

2015-10-13 Thread Patrice (Cloud Platform Support)
Hi, There is no way to do this natively. The backup/restore functionality only works for applications in production. In your case, I would suggest a simple handler that can be called and from there, create a simple csv of your datastore, saving it in Google Cloud Storage. You can then

[google-appengine] Re: Datastore Query Viewer - Ancestor GQL

2015-10-12 Thread Patrice (Cloud Platform Support)
stor is key('Kind', 12344567...) >> >> and in the new viewer I get this GQL error >> >> GQL query error >> 'SELECT * FROM Kind where ancestor is key('Kind', 12344567...) LIMIT >> 50': Encountered "ancestor" at line 1, column 32. Was expecting one of: >

[google-appengine] Re: Has anyone experienced issue with deleting entities in datastore admin?

2015-10-12 Thread Patrice (Cloud Platform Support)
Hi Tony, It happens that certain mapreduce tasks just retry forever in circumstances like this. It's possible one job started and could never succeed, and it now blocks every other job you kickoff. I would suggest manually stopping and emptying all your queues, then once they're down, you can

[google-appengine] Re: Moving application to European datacenter?

2015-10-12 Thread Patrice (Cloud Platform Support)
Hey guys, Indeed, you can select at creation, and only at creation, so there is no way to move it nicely. You need to create a new application and move what needs to be moved yourself. You can make use of our automated tools for some of that migration (like the datastore admin), but there is

[google-appengine] Re: Datastore Query Viewer - Ancestor GQL

2015-10-09 Thread Patrice (Cloud Platform Support)
Hi Daniel. What do you mean by "doesn't work"? Is there an error when you run it? or does it run and produces no results? As far as I know GQL didn't change between old and new console, so it should still behave as expected. I'll try to reproduce to see what's happening. In the meantime, if

[google-appengine] Re: I feel like I lost a part of myself

2015-10-08 Thread Patrice (Cloud Platform Support)
Hi Kaan, We're currently handling a lot of requests for changes to the new console to make it behave the way people are used to a bit more. I would suggest posting your particular requests in our issue tracker . Either myself or someone else from

  1   2   3   4   >