[google-appengine] I have few questions about app engine

2022-02-21 Thread John Floyd
1. First, in standard how long does the app take to start up for a small WordPress site. If I set the instances to 0 and 1 when the visitor is on the site then leaves and the instance is 0 once again. is there any noticeable lag for the user? 2. How much does it cost to run a small WordPress

Re: [google-appengine] 500 Server Error

2021-06-24 Thread John Iacovacci
App engine is very unforgiving and 500 is a generic error unfortunately Google does not have very good descriptive error reporting. I normally change code to a successful version (keep removing until something works) or use stackoverflow to debug. On Wed, Jun 23, 2021 at 3:23 AM Rishi Patni <

Re: [google-appengine] Re: GAE HTTP/3 with custom domain

2021-05-14 Thread John Coonrod
Thanks. I use the normal gae standard settings for custom domains. When I use https://gf.dev/http3-test to test, votebd.org fails but votebd2.appspot.com works. [image: image.png] John Coonrod, PhD | Executive Vice President | The Hunger Project On Fri, May 14, 2021 at 3:37 PM 'yananc' via

[google-appengine] GAE HTTP/3 with custom domain

2021-05-12 Thread John Coonrod
I have a site votebd2.appspot.com which is normally accessed by its custom domain votebd.org. It connects via http/3 when accessed via the appspot URL but not with votebd.org. This doesn't make sense to me - anybody know how to fix this? -- You received this message because you are subscribed

Re: [google-appengine] Re: import 2nd library

2020-11-11 Thread John Iacovacci
Issue solved, I did not have the entries in requirements.txt. Error messages too vague On Wed, Nov 11, 2020 at 9:13 PM wesley chun wrote: > That's quite odd John. Can you temporarily rename your main.py and deploy > this code as main.py and run it? > > from flask import Flask &

Re: [google-appengine] Re: import 2nd library

2020-11-11 Thread John Iacovacci
gt;> Please try again in 30 seconds. >> >> >> or 502 Gateway ngix errors. >> >> >> Any thoughts? >> >> >> Thanks >> >> >> John Iacovacci >> >> main.py >> from flask import Flask, request, render_template >>

[google-appengine] import 2nd library

2020-11-11 Thread John Iacovacci
try again in 30 seconds. or 502 Gateway ngix errors. Any thoughts? Thanks John Iacovacci main.py from flask import Flask, request, render_template # START Translate requirements from google.cloud import translate_v2 as translate translate_client = translate.Client() import datastore # END

[google-appengine] an internal error has occurred remote desktop windows server 2016

2020-08-11 Thread John Martinez
i need help i can't access remote desktop windows server 2016 Help Me pls. -- 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-appengine] App Engine Fail to Access the application after deployment

2020-05-13 Thread John Kevin Asprec
Hi guys, please help I cant browse my application that successfully published to the app engine. I publish from Gitlab using CI/CD : *Running after_script* *Saving cache* *Uploading artifacts for successful job* * Uploading artifacts...* *

Re: [google-appengine] "Billing has not been enabled" error on project with enabled billing

2020-05-08 Thread John Kevin Asprec
Hi Alexander, Can you elaborate I'm not expert yet in GCP. I'm trying to make CI/CD from Gitlab. Thanks On Sat, May 9, 2020 at 6:13 AM Alexander Kislitsky wrote: > An error appears today on stable working project with enabled billing and > valid credit card. > Project working more than year.

[google-appengine] gcloud crashed (UnicodeDecodeError): 'utf-8' codec can't decode byte 0xa9 in position 6507: invalid start byte

2020-05-08 Thread John Kevin Asprec
Hi guy's, I'm trying gitlab continuous deployment to gcp app engine but I'm encountering this error. gcloud crashed (UnicodeDecodeError): 'utf-8' codec can't decode byte 0xa9 in position 6507: invalid start byte Is there anyone here encounter this? I'm deploying a dotnet core application.

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

2020-03-19 Thread john
+1 I also lament the loss of the turnkey environment that app engine used to provide. I can only presume that the business model for it isn’t very profitable, otherwise someone else would reproduce it. On Monday, March 16, 2020 at 2:47:25 AM UTC-4, Nickolas Daskalou wrote: > > Same

Re: [google-appengine] Re: How can I see in which environment my App Engine module is running?

2020-02-05 Thread John Pool
Thanks, that's what I was looking for -- John Op wo 5 feb. 2020 om 19:25 schreef 'David (Cloud Platform Support)' via Google App Engine : > Hello, > > Yes, you can see in which environment your App Engine application is > running. Just head over to your Cloud Console and click the h

[google-appengine] How can I see in which environment my App Engine module is running?

2020-02-05 Thread John Pool
the module is running? Kind regards, John Pool -- 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-appengine+unsubscr...@googlegroups.com. To

[google-appengine] Get Professional Help For Hp Support Assistant Server Issues

2020-01-20 Thread john pocus
Facing issues! Server connection issues with Hp printer Assistance are not easy to weave by someone who is not a pro. Therefore, if you are having *Hp Support Assistant * Server Issues problems, discuss it with an expert. The

[google-appengine] Re: Needed URL endpoints to whitelist for pub-sub (publish)

2019-03-04 Thread John lee
check this https://enterprise.comodo.com/blog/what-is-endpoint-security/ On Tuesday, February 12, 2019 at 5:59:50 AM UTC+5:30, George (Cloud Platform Support) wrote: > > Hello Anoop, > > If you rely on IP-based firewall rules as a security mechanism, note that > Cloud Pub/Sub is not associated

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

2018-10-02 Thread John Janzen
Thanks Amit. Reverifying the domain did the trick. (Still not sure why I had to reverify) -- 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-appengine] App Engine Enable managed security not working

2018-10-01 Thread John Janzen
I am trying to enable managed security for an app I've had running for years. I've also had a custom domain mapped to it for years. Selecting the domain does not allow me to *Enable Managed security*. Mousing over the button informs me that I must be a domain owner to enable security. I

[google-appengine] Re: Google Cloud Load Balancer redirect HTTP to HTTPS

2018-08-27 Thread John Balvin
> > Let us know how we can make improvements to our documentation regarding > the above documentation, any feedback will be redirected to the appropriate > team to review. > > @John, Can you confirm exactly what would be required as a functionality? > Are you referencing to

[google-appengine] Google Cloud Load Balancer redirect HTTP to HTTPS

2018-08-24 Thread John Balvin
It would be great to have this funtionality -- 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-appengine+unsubscr...@googlegroups.com. To post to this

[google-appengine] Re: Extremely dissatisfied with App Engine lately, Network Issues, Support doesn't help and loops

2018-08-13 Thread 'John Lowry' via Google App Engine
Hi Kaan, Sorry that you're experiencing these issues. As Attila-Mihaly Balazs pointed out above, intermittent network issues are very difficult to debug. I'm going to grab your support case (16573520) and will follow up privately to help you get to the bottom of this issue. To help others

[google-appengine] Re: When does app engine serialise the http response?

2018-06-06 Thread John Clute
It looks like a signed Character problem, It is expecting a value under 127, if it were a unsigned character the ORD value up is 0 to 255, would be OK, 0xE2 converts to 226 Decimal. The interpreter may be defaulting to a signed characters in this version. So you may want to force it to make

[google-appengine] google cloud platform no permission to download from SSH

2018-05-08 Thread John Appleseed
When I try to download a file while in the ssh for a vm instance in the root\ directory, it says failed. Also when I try to access the file, it said no permission d -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this

[google-appengine] Hiring Java Developer at Alpharetta, GA

2018-04-11 Thread John LAKKI LLC
Hi Associates This is *John* from *LAKKI LLC*. I am trying to reach you regarding a job opening with us. If you would be interested in the below job description let us know your interest in the same with updated resume. Role: Java Developer Location: Alpharetta, GA. Job type: Contract

[google-appengine] Excluding node_modules with skip_files in a nodejs runtime environment?

2018-03-19 Thread John White
Hi all I noticed that every time I ran `gcloud app deploy`, it has to upload a .tgz with all files, including node_modules. AFAIK this is recreated in the server, so it's pointless to upload it. So I added the folder to the exclusion list, and it became way faster. It's hard to find any doc on

[google-appengine] Re: Architecture advice for Google Cloud Platform website solution

2018-02-25 Thread John Davies
in such a way that multipule templates could be used. John -- 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-appengine+unsubscr...@google

[google-appengine] Architecture advice for Google Cloud Platform website solution

2018-02-16 Thread John Davies
hrough this development (paid/unpaid)? I am hoping that any answer/discussion around this would also help other people understand about how to create an entire solution in GPC. Thanks! John -- You received this message because you are subscribed to the Google Groups "Google App Engin

[google-appengine] Re: GAE / Datastore issues right now?

2018-02-15 Thread John Jacob
I am seeing the same on one of my apps. My other apps appear to be fine. On Thursday, February 15, 2018 at 12:07:48 PM UTC-8, Thanasis Delenikas wrote: > > Is anybody else experiencing issues with GAE (Java) in the last 10 minutes > or so? > > I see a ridiculous number of

[google-appengine] Datastore storage size

2017-11-03 Thread John Coleman
Hello, We have an GAE application and looking at datastore dashboard, it's showing the attached datastore usage (almost 96% for entities). Does the storage automatically scale up or do we need to change quota?? Thanks -- You received this message because you are subscribed to the Google

Re: [google-appengine] Re: app engine firewall - allow services to access each other?

2017-09-27 Thread John Pettitt
roups.com> wrote: > > Hi John, > > Correction: GAE Firewall set to disallow traffic will NOT allow traffic from > services in the same project. For such a setup, 403s are currently expected. > Our engineering team is aware of this current gap in the product which is in &

Re: [google-appengine] Re: app engine firewall - allow services to access each other?

2017-09-26 Thread John Pettitt
They all use the same primary service address and then dispatch.yaml to route them. Count the dispatch.yaml be causing the 403’s we’re seeing? For the same reason I’m trying to use the firewall to protect the origin server I don;t want to publish the service names here. John > On Sep

[google-appengine] app engine firewall - allow services to access each other?

2017-09-26 Thread John Pettitt
. Is there way of specifying allow for a service? John -- 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-appengine+unsubscr...@googlegroups.co

[google-appengine] Force https with new managed SSL

2017-09-14 Thread John L Magee
Is there any administrative way to force https once the managed SSL certs are installed? I installed managed SSL for a domain earlier today and it went very smoothly. Thanks for implementing this. -- You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] Cannot find how to add iOS push certificate to engine

2017-04-13 Thread John Wisbey
Hi All , think it a trivial question but still cannot find how to update .pem certificate under engine . Managed to upload it to google platform only . Could anyone please provide a guide how to make it Thank you -- You received this message because you are subscribed to the Google Groups

[google-appengine] Error - deploying a custom tinywebdb using Google App Engine Launcher --- Windows 7

2017-04-12 Thread John Woods
HI, I'm trying to deploy a custom tinywebdb using Google App Engine Launcher, and I get the error message shown below. Can anyone tell me how to resolve this error. Thanks. John File "C:\Program Files (x86)\Google\google_appengine\lib\httplib2\httplib2\__init__.py",

[google-appengine] Re: Problems getting started with App Engine free trial

2017-04-05 Thread John Louell Atienza
Hi, I also got the same issue. I tried both my debit and credit account but system says "*Transaction was declined due to an Invalid Payment*". Need help though. Thanks On Tuesday, March 28, 2017 at 1:20:00 AM UTC+8, Adam (Cloud Platform Support) wrote: > > The page is labeled "Google Cloud

[google-appengine] Re: Problems getting started with App Engine free trial

2017-04-05 Thread John Louell Atienza
On Tuesday, March 28, 2017 at 12:02:43 AM UTC+8, Carl Caulkett wrote: > > Hello, I am trying to get started with the App Engine free trial but I > cannot get the page (Labelled confusingly Google Cloud Platform) to accept > either my Debit card or my bank details. The card details do not show

[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-19 Thread 'John Lowry' via Google App Engine
Can you send me your app ID and I will provide help. On Saturday, February 18, 2017 at 8:09:28 AM UTC-8, Gene Linetsky wrote: > > Same here... Any news? > > On Friday, February 17, 2017 at 3:05:05 PM UTC-8, Mario Gallegos wrote: >> >> Thanks John, but what i'm trying

[google-appengine] Re: Custom domain redirecting to appspot URL

2017-02-17 Thread 'John Lowry' via Google App Engine
Hi, We made a change this morning which causes some App Engine Flexible apps to redirect to appspot-preview.com. If this is causing an issue for you, please create a support case and we will provide help. https://cloud.google.com/support/ John Lowry On Friday, February 17, 2017 at 12:45

[google-appengine] Re: How to build Flexible Environment's standard runtime locally for a deploy?

2016-11-28 Thread John Del Rosario
into the image itself as well? I guess a better question would be, which values does the custom runtime use from app.yaml? Thanks On Tuesday, November 29, 2016 at 12:46:33 AM UTC+8, George (Cloud Platform Support) wrote: > > Hello John, > > You are right, your second option applies: i

[google-appengine] Re: How to build Flexible Environment's standard runtime locally for a deploy?

2016-11-25 Thread John Del Rosario
workers, both of which use the same codebase). Or would I have to build different images for each service with a different CMD value in their Dockerfile? Thanks. On Saturday, November 26, 2016 at 4:02:11 AM UTC+8, George (Cloud Platform Support) wrote: > > Hi John, > &g

[google-appengine] How to build Flexible Environment's standard runtime locally for a deploy?

2016-11-23 Thread John Del Rosario
In this guide[1], it mentions how to specify an image url for a deploy, but not how to build the image. Does specifying an image url imply using the custom runtime? Or is it possible to build the standard runtime locally and push that? I'm having trouble to find docs on how to build the

[google-appengine] Re: (Java) Remote API no longer needs to be behind security-constraint

2016-11-21 Thread John Wheeler
Thanks On Friday, November 18, 2016 at 12:45:59 PM UTC-8, Nick (Cloud Platform Support) wrote: > > Hey John, > > Yes, putting the remote API endpoint behind an auth constraint will > actually cause errors, which is why this was clarified in the docs, to > prevent develope

[google-appengine] (Java) Remote API no longer needs to be behind security-constraint

2016-11-17 Thread John Wheeler
According to the docs here: https://cloud.google.com/appengine/docs/java/tools/remoteapi The Remote API uses it's own authentication mechanism and apparently doesn't need an auth-constraint in web.xml. Can someone from Google please confirm? Thanks -- You received this message because you

[google-appengine] Task Queue Slowness

2016-11-02 Thread John Wheeler
Is anyone experiencing task queue slowness as of about Nov 1st, 6PM PT? I have a queue that has a 500/min rate, with Bucket Size 10, and Max Concurrent of 16. For 5 years, it's run without problems (other than any announced ones). For the last 12 hours it's been pushing at 1/5th the normal

[google-appengine] Re: Missing AppEngineLauncher .dmg for latest Python SDK?

2016-08-17 Thread John Delaney
I got a reply on this SO post indicating it would be better to move over to the Cloud SDK . There is also an Eclipse Plugin

[google-appengine] Re: Missing AppEngineLauncher .dmg for latest Python SDK?

2016-08-16 Thread John Delaney
I'd like to 2nd the question and add some additional clarification. The GoogleAppEngineLauncher.app is missing as result. That was normally installed with the .DMG. I had V 1.9.37 of the launcher and it could not update itself. Further, all the current documentation directs us to the command

[google-appengine] Re: SearchException - Failed to complete request

2016-08-13 Thread John Wieczorek
PM UTC+2, Nick (Cloud Platform Support) wrote: > > A link to the Public Issue Tracker for App Engine > <http://code.google.com/p/googleappengine/issues/list>, left out of the > last message. > > On Monday, July 18, 2016 at 5:13:35 PM UTC-4, John Wieczorek wrote: >>

[google-appengine] Re: SearchException - Failed to complete request

2016-07-18 Thread John Wieczorek
I am have been experiencing symptoms similar to those described here and on the set of postings in the past as mentioned earlier in this thread. There are no reports of abnormal operations, but my index has

[google-appengine] Re: Mail Service Deprecation?

2016-06-28 Thread John Wheeler
Google, Please don't assume everyone is unhappy with the state of your e-mail offering, and that we're looking for you to provide a concrete alternative. We deliver a lot of e-mails on App Engine, and our business relies on being grandfathered. We do not want to switch e-mail providers and

Re: [google-appengine] Re: Batch querying the datastore (with Go)

2016-05-31 Thread John Beckett
Hi Nick, Thanks, that clears up the question for me. I already have it working with multiple queries, I was just hoping it was possible to have it as a single query without having to create a separate data set specifically for having these queries done quickly. ~ John On 31 May 2016 at 20:28

[google-appengine] architecture for whitelisting clients

2016-05-23 Thread John Grant
coming from different domains or mobile apps? 3. Can I enforce *httpS* is used when clients interact with datastore service? Thank you for feedback. John -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe fr

Re: [google-appengine] Mail Service Deprecation?

2016-05-03 Thread John Wheeler
The Mail API is extremely important to us and provides satisfactory deliverability for our use cases in its current form. For the amount of mail we send, alternatives are still too expensive. -1 on shutting the API down completely. We rely on it and find it useful. On Monday, May 2, 2016 at

[google-appengine] http 204 status on static files

2016-03-29 Thread John Flint
I am getting a 204 status in the logs of my application for some static files (CSS, JS etc). It is not every request and seems quite random. The logs do show a response is being returned and reports a response size. As far as I can tell from my browser the response is actually normal apart

[google-appengine] Re: App Engine SDK to login with username and password while deploying

2016-03-20 Thread John Flint
The oath tokens are cached in a file .appcfg_oauth2_tokens in your profile directory. I just renamed this, logged on as a different user, which creates a new file. Subsequently I just rename the file to the target I want on the command line. There is also a --oauth2_access_token= flag to the

[google-appengine] Re: memcache problems with objects over ~3.5k on node/appengine

2016-03-11 Thread John Pettitt
not being pickleable by the GAE memcache > adapter. perhaps something about your data is not pickleable? > > > On Friday, March 11, 2016 at 7:50:59 AM UTC-8, John Pettitt wrote: >> >> >> >> I have an app that works fine on my dev machine (osx, local memcached) &

[google-appengine] memcache problems with objects over ~3.5k on node/appengine

2016-03-11 Thread John Pettitt
I have an app that works fine on my dev machine (osx, local memcached) but when I move it to appengine it fails. I tracked it to memcache not storing objects over about 3.5k. Here is a little test that runs under express. It takes a length value makes a buffers, sends it to memcache and

[google-appengine] Delete Instance from Google Cloud Console.. Bug??

2016-02-26 Thread John Valavi
When I try to delete an instance from google App Engine console , I see that the particular instance gets deleted, but another instance starts up. Is there a way to make sure that another instance doesn't come up when I delete an instance in Google App Engine. Is this a bug or am I having a

Re: [google-appengine] Re: Headers being stripped from POST to a blobstore uploadURL

2016-02-24 Thread John Beckett
Hi John, It was the Authorization header that I was using, so I can't comment on any other headers. It seems to be working correctly now, thanks. ~ John On 19 February 2016 at 22:31, 'John Lucena' via Google App Engine < google-appengine@googlegroups.com> wrote: >

[google-appengine] Re: Elevated Images Service Errors

2016-02-22 Thread 'John Lowry' via Google App Engine
significant updates. John Lowry On Monday, February 22, 2016 at 1:57:53 PM UTC-8, David Fischer wrote: > > I'm seeing elevated error levels with the request to "get_serving_url" and > for completely valid images and formats (PNGs and JPGs). It is not failing > 100%

[google-appengine] Re: Headers being stripped from POST to a blobstore uploadURL

2016-02-19 Thread 'John Lucena' via Google App Engine
Hi John, There was an issue starting on Wed where by the Authorization: header was stripped. That issue was corrected last night. Is your code working now as expected? Also, what specific headers did you find missing as we were only seeing issues with applications that relied

Re: [google-appengine] Re: Recent Increase of 403 Errors

2016-02-09 Thread John White
gt;> On Tuesday, February 9, 2016 at 3:23:35 AM UTC-7, Saket Kumar wrote: >>>>>> >>>>>> Hi, >>>>>> >>>>>> We are aware of an increase in 403 errors for Cloud Endpoints >>>>>> starting 1300 (US/Pacific), 02/08.

Re: [google-appengine] Re: Recent Increase of 403 Errors

2016-02-09 Thread John White
Thank you for your help, gentlemen. It appears resolved for me, as well. Both apps are communicating with the backend fine. On Tuesday, February 9, 2016 at 12:21:46 PM UTC-5, Ryan Fagan wrote: > > Agreed, thank you. > > Ryan > -- You received this message because you are subscribed to the

[google-appengine] Recent Increase of 403 Errors

2016-02-08 Thread John White
The last two weeks I've seen an uptick of 403 responses come back from my endpoint. It's been random. At first it was only every once every hour or so. Then over the last two weeks the 403 responses increased more and more until tonight things are almost unusable. I can't get through to my

[google-appengine] Incoming emails to live app are rejected

2016-02-04 Thread John Barham
I'm testing incoming email URLs in a new app and am stumped why they work in the dev server but not in the live app. My app files are: app.yaml: version: 1 runtime: python27 api_version: 1 threadsafe: true inbound_services: - mail handlers: - url: /.* script: hello.app - url: /_ah/mail/.+

[google-appengine] Re: unexpected image API failure

2016-01-18 Thread John Smith
I have created a new bucket and everything seems to work. The old bucket does not work, but I still need to use it. How can I fix this? On Sunday, January 17, 2016 at 8:23:23 PM UTC+2, John Smith wrote: > > > Hey, > > Today I have introduced a new feature in my application

[google-appengine] unexpected image API failure

2016-01-17 Thread John Smith
{ return fmt.Errorf("blobkey failure: %v", err) } servingURL, err := image.ServingURL(ctx, blobKey, {Secure: true}) if err != nil { return fmt.Errorf("ServeURL failure: %v", err) // <-- fails here } May you please help me shed some light or suggest a path to debug this? T

[google-appengine] Re: managed vms deployment errors

2016-01-17 Thread John Smith
n > the 13th though not indicating any definitive relation to this issue. > > On Friday, January 15, 2016 at 12:02:23 PM UTC-5, John Smith wrote: >> >> I've created a new project and the new issue is now resolved. >> >> please close this thread >> >>

[google-appengine] Re: managed vms deployment errors

2016-01-15 Thread John Smith
ration encoding.MessageToPyValue(completed_operation.error))) OperationError: Error Response: [13] Could not pick a region and/or zone. Version: 20160115t181126... ERROR: (gcloud.preview.app.deploy) Error Response: [13] Could not pick a region and/or zone. Version: 20160115t181126... On Frid

[google-appengine] Re: managed vms deployment errors

2016-01-15 Thread John Smith
I've created a new project and the new issue is now resolved. please close this thread On Friday, January 15, 2016 at 6:23:34 PM UTC+2, John Smith wrote: > > Attaching --verbosity debug relevant lines: > > Updating module [default]...\DEBUG: Operation > [apps/my-app-id/o

[google-appengine] Re: managed vms deployment errors

2016-01-15 Thread John Smith
ve already tried: - removing the region and zone settings from gcloud - setting the zone to us-central1-{a,b,f} - settings the region to us-central, us-central1 - changing computer, creating a new project, deploying my empty project, etc.. can you please enlighten me of what I do wrong?

[google-appengine] Re: Exceeded Soft Private memory usage of 128MB

2016-01-15 Thread John Smith
you can take a look at the App engine Modules page if you want additional memory on classic app engine you could upgrade your instances to B2/F2 instance class you have to add this to your app.yaml file:

[google-appengine] managed vms deployment errors

2016-01-14 Thread John Smith
loud sdk - using a different computer - creating a cloud computing instance to "jumpstart" things and deleting it - writing a new *empty* project (code-wise) and trying to deploy it - checking the status.cloud.google.com page can you please help shed some light on this m

[google-appengine] Re: App Engine Java log messages missing

2015-12-30 Thread John Pallister
of the code snippets in the documentation actually used log messages. Cheers, John :^P [1] https://docs.oracle.com/javase/7/docs/api/java/util/logging/Logger.html#global On Tuesday, 29 December 2015 21:56:04 UTC, John Pallister wrote: Hello list, > > After finally getting my "Hello

[google-appengine] Re: datastore timeouts?

2015-12-30 Thread John Lowry
Hi , Our engineers have isolated an issue in our infrastructure that caused occasional slow Datastore RPCs for a small number of apps from 2015-12-27 19:10 through 2015-12-29 15:20. If your issue is still ongoing, then please file a support case and we can investigate further. John Lowry

[google-appengine] App Engine Java log messages missing

2015-12-29 Thread John Pallister
On running this I don't get the "log: unavailable" message but I don't get any log messages either. I can't help the feeling I'm missing something obvious; as I said, this all works fine in the development server (I'm using Java 7 on OS X 10.9). Where do people go to see their Java log me

[google-appengine] Re: Managed VMs logs, load-balancing & context

2015-12-23 Thread John Smith
nked to I have found this <https://godoc.org/google.golang.org/cloud/logging#Client.Log> API, which I will look into and might help me mitigate App Engine's lack of finer resolution log infrastructure. Thanks again, John On Wednesday, December 23, 2015 at 7:03:47 AM UTC+2, Kyle Fi

[google-appengine] Re: Managed VMs logs, load-balancing & context

2015-12-22 Thread John Smith
:16:56 PM UTC+2, Kyle Finley wrote: > > John, > > Are you calling appengine.Main() in your main() function? > > I'm not sure if it works with the network-load-balancer, but when I > switched from classic to MVM I was receiving the same error. Adding the > appengine.Main(

[google-appengine] Re: Managed VMs logs, load-balancing & context

2015-12-22 Thread John Smith
> I'm understanding you correctly, again, it seems like this is what you're > reporting). > > 4. A better approach could only be found through further investigation, > if it exists. I'm optimistic that a better approach is out there, it would > just take more thought. > > O

[google-appengine] Managed VMs logs, load-balancing & context

2015-12-20 Thread John Smith
*TL;DR: *Need to use WebSockets on AE. Only works on MVM. NewContext fails, BackgroundContext works. Logs are polluted & disorganized (/_ah/background) Hey, I would like to communicate with my App Engine app over WebSockets. I have found that the Java library has an official (github) example of

[google-appengine] Re: Task Queue Latency

2015-12-03 Thread John Wheeler
Yes back to normal here too On Tuesday, December 1, 2015 at 8:03:25 AM UTC-8, Jim wrote: > > Hello, > > Has anyone else noticed a lot of latency in Task Queues within the past > few days? We've noticed that our push queues are backing up with > thousands, sometimes tens of thousands of tasks.

[google-appengine] Loading data into automatic scaled instance memory

2015-11-05 Thread John Smith
Each instance of my application module (default) needs to load data from the datastore into local memory (for performance/cost reasons), where it will be read-only. A separate module updates the data in the datastore (updater), and the data needs to be refreshed (entirely) in each default

[google-appengine] How to check which urls are doing a lot of Datastore reads?

2015-06-22 Thread John Del Rosario
Starting a few days ago (June 17 to be precise), my Datastore Reads quota has more than quadrupled, with no changes in the codebase. I'm thinking maybe some url is being abused or something, or maybe a broken task. But in the dashboard graphs, I don't see any spikes or strange behavior. And my

[google-appengine] Gcloud preview app run returns a timeout error

2015-04-15 Thread John Wesonga
I seem to be having a problem with my test managed VM. Every time I run *glcoud preview app run path-to-app *I get the following error: INFO 2015-04-15 09:29:31,525 devappserver2.py:726] Skipping SDK update check. INFO 2015-04-15 09:29:32,173 api_server.py:172] Starting API server

[google-appengine] GAE Authentication Flow now annoying?

2015-03-01 Thread John Coonrod
After the latest update of GAE Launcher on my mac, it now runs through two browser pages every time I deploy. Before it use to just have it's own popup. This is really tedious and annoying. Is there any way to streamline this? -- You received this message because you are subscribed to the

[google-appengine] NoseGAE not fit for testing?

2015-02-10 Thread John Louis Del Rosario
From the NoseGAE readme: Due to changes in the sandboxing mechanisms in dev_appserver2, it isn't possible for NoseGAE to simulate the deployed environment any longer. The sandboxing feature had to be removed since there is no longer any way to toggle it between noses own internal workings.

[google-appengine] Re: Can I use an alias to send emails with the mail api?

2015-02-10 Thread John Louis Del Rosario
in the confirmation email your Google Account is activated and you can then use the GAE dashboard to invite the account to be a developer on your app. On Tuesday, February 10, 2015 at 4:39:16 AM UTC-6, John Louis Del Rosario wrote: Sorry, I'm not an admin so I'm not familiar with the terms

[google-appengine] Re: Can I use an alias to send emails with the mail api?

2015-02-10 Thread John Louis Del Rosario
javascript: and then invite the account to be a Developer on your project; no GApps account required. On Monday, February 9, 2015 at 3:46:51 AM UTC-6, John Louis Del Rosario wrote: Say I have 'ad...@mydomain.com' added as an admin to my project, and it has an alias named 'nor...@mydomain.com

[google-appengine] Can I use an alias to send emails with the mail api?

2015-02-09 Thread John Louis Del Rosario
Say I have 'ad...@mydomain.com' added as an admin to my project, and it has an alias named 'nore...@mydomain.com'. Will I be able to send emails from my project as 'nore...@mydomain.com'? Or does noreply need to be a real GApps account? -- You received this message because you are subscribed

[google-appengine] Can I use an alias to send emails with the mail api?

2015-02-09 Thread John Louis Del Rosario
Say I have 'ad...@mydomain.com' added as an admin to my project, and it has an alias named 'nore...@mydomain.com'. Will I be able to send emails from my project as 'nore...@mydomain.com'? Or does noreply need to be a real GApps account? -- You received this message because you are subscribed

[google-appengine] Re: Google AppEngine Account/Projects Gets Suspended Every time I Pay Google

2015-01-01 Thread John Wheeler
Google - can you please respond to this or work with the people directly? There have been three posts in the last month with people complaining their accounts are being suspended with no recourse. This is the last thing any app engine users want to go through. Please consider a one-time charge

Re: [google-appengine] What are my options for transferring data from one project to another?

2014-12-19 Thread John Louis Del Rosario
at 12:43 AM, John Louis Del Rosario joh...@gmail.com javascript: wrote: We're considering starting from scratch our app, but I'd need to keep the data (migrated). Our first option would be just to use a new module/version and being careful with the new model names. But I was wondering

[google-appengine] What are my options for transferring data from one project to another?

2014-12-18 Thread John Louis Del Rosario
We're considering starting from scratch our app, but I'd need to keep the data (migrated). Our first option would be just to use a new module/version and being careful with the new model names. But I was wondering if it's possible to just start a new project completely? Since keys are linked

[google-appengine] How to get the task id without leasing?

2014-12-16 Thread John Louis Del Rosario
Is it possible to get a task's id (in a pullqueue) without having to lease it first? -- 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-appengine] Datastore NDB migration?

2014-12-11 Thread John Louis Del Rosario
What would be the best way to migrate records? -- 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-appengine+unsubscr...@googlegroups.com. To post to

Re: [google-appengine] Datastore NDB migration?

2014-12-11 Thread John Louis Del Rosario
I mean migrating a record's schema, or just setting a field's value for all existing records. -- 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-appengine] Re: App Engine Account Suspended

2014-12-06 Thread John Wheeler
So you're saying that your account was compromised, and the attacker uploaded a new app to your app engine account and used it to send bulk e-mails? Or, did you have an endpoint that wasn't secured that allowed them to do the same, and the admin e-mail was the sender? Would you be willing to

[google-appengine] Re: [Python]- Sessions

2014-12-02 Thread John Louis Del Rosario
The webapp2 framework has great support for sessions that work with the Datastore. https://webapp-improved.appspot.com/api/webapp2_extras/sessions.html Its docs are a bit sparse though, expect to dive into the source code every now and then. On Monday, November 17, 2014 5:57:10 AM UTC+8,

[google-appengine] Re: A really eccentric issue, out of the ordinary, that caused me almost 600$'s and a 5 day gap in functionality- started at 2014-11-19

2014-12-02 Thread John Lowry
App Engine did have an issue which caused additional Datastore operations for some apps between 11/19/14 16:26 and 11/21/14 03:03 PST. The additional operations may have resulted in your app creating tasks that were executed after the incident was resolved. If you believe that you were

[google-appengine] Re: Correct way to pass OAuth2 authentication to my App Engine server's UserService?

2014-12-01 Thread John Louis Del Rosario
We use Python but we recently had to migrate from using OpenID to OAuth2. The Users service doesn't work with OAuth2 (yet?). Basically we had to stop using the built-in Users service and re-create the functionality with OAuth2 behind the scenes. It was a pain and took a lot of time. On

  1   2   3   4   5   6   7   8   9   >