[google-appengine] Re: Anyone else noticing latency issues on App Engine Standard right now?

2022-01-04 Thread Daniel Young
I like this person in the slack am seeing similar in my logs, static files in 3.0s. I'll keep any eye out On Tuesday, January 4, 2022 at 4:07:18 PM UTC-8 Will Reiher wrote: > In case any one would like to star my issue: > > https://issuetracker.google.com/issues/213134259 > > > On Tuesday,

[google-appengine] Re: Anyone else noticing latency issues on App Engine Standard right now?

2022-01-04 Thread Daniel Young
[image: Slack___app-engine___Google_Cloud_Platform_Community.png] On Tuesday, January 4, 2022 at 3:48:45 PM UTC-8 Will Reiher wrote: > Elliot, > > Thanks - sometimes it's helpful to post here to confirm with other users > that we're seeing the same things. Perhaps another customer has found a

[google-appengine] Re: Anyone else noticing latency issues on App Engine Standard right now?

2022-01-04 Thread Daniel Young
@will this was also discussed this morning in the #app-engine slack channel on Google Cloud Slack On Tuesday, January 4, 2022 at 3:15:56 PM UTC-8 Daniel Young wrote: > I came here today to see if anyone else had experienced "slowness" or if > it's an anomaly. I too am runn

[google-appengine] Re: Anyone else noticing latency issues on App Engine Standard right now?

2022-01-04 Thread Daniel Young
I came here today to see if anyone else had experienced "slowness" or if it's an anomaly. I too am running a legacy 2.7 python app. On Tuesday, January 4, 2022 at 1:37:18 PM UTC-8 Elliott (Cloud Platform Support) wrote: > Hello Will, > > I understand that you are experiencing slowness in your

Re: [google-appengine] Re: New migration resource

2021-03-24 Thread Daniel Young
I think these are great resources, it's amusing that I started from gen 1 where I had to do caching by hand, to gen 2 where it was automatic in ndb (worked great), back to having to do it by hand again with an external paid tool. On Tuesday, March 16, 2021 at 1:14:09 PM UTC-7 wus...@google.com

[google-appengine] Re: Cloud Datastore Console Error

2021-02-09 Thread Daniel Young
Thanks for the confirmation - I couldn't find any listing of the issue anywhere. I thought it might have something to do with the forced migration to Cloud Firestore, but maybe not as my console started working on it's own, thankfully. On Tuesday, February 9, 2021 at 7:23:11 AM UTC-8 AM

[google-appengine] Re: Cloud Datastore Console Error

2021-02-09 Thread Daniel Young
This seems to have resolved itself ~3 hours later with no intervention on my part. On Monday, February 8, 2021 at 4:41:29 PM UTC-8 Daniel Young wrote: > Started getting GQL errors that my project was not found. Was functioning > no less than an hour ago. > > GQL Query error:

[google-appengine] Cloud Datastore Console Error

2021-02-08 Thread Daniel Young
Started getting GQL errors that my project was not found. Was functioning no less than an hour ago. GQL Query error: The project *** does not exist or it does not contain an active Cloud Datastore or Cloud Firestore database. Please visit http://console.cloud.google.com to create a project or

[google-appengine] Re: GCS Python Library requiring SSL on local dev server?

2018-10-10 Thread Daniel Young
Let me try this - thanks for responding. I was confused because I thought all SSL was simulated on the development server. On Wednesday, October 10, 2018 at 6:05:50 AM UTC-7, Katayoon (Cloud Platform Support) wrote: > > Hi, > > It doesn’t seem to be related to the GCS Python libraries. This is

[google-appengine] GCS Python Library requiring SSL on local dev server?

2018-10-09 Thread Daniel Young
Started seeing this error today SSLHandshakeError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:726) Trying to write a file with Google Cloud Storage on the development server. Did the requirements change for the GCS python library? Had no problems before August 8

[google-appengine] Re: Address bar redirects for https and some paths

2018-10-01 Thread Daniel Young
ur issue. Which > will allow us to investigate your project in depth. > > [1] gcloud info --anonymize > > > On Monday, October 1, 2018 at 12:52:17 AM UTC-4, Daniel Young wrote: >> >> I found I'm having this exact issue >> https://stackoverflow.com/questio

[google-appengine] Re: Address bar redirects for https and some paths

2018-09-30 Thread Daniel Young
I found I'm having this exact issue https://stackoverflow.com/questions/41160448/google-app-engine-redirecting-all-naked-domain-requests-causing-letsencrypt-to On Sunday, September 30, 2018 at 5:58:00 PM UTC-7, Daniel Young wrote: > > In the browser address bar in chrome/firefox if

[google-appengine] Address bar redirects for https and some paths

2018-09-30 Thread Daniel Young
In the browser address bar in chrome/firefox if I type in 'example.com/full/path' It redirects to https://www.example.com. If I type the full path ( https://www.example.com/full/path) in the address bar there is no problem. I have https required in app.yaml - url: /.* script: myapp.app

[google-appengine] Re: Redirect from path

2018-08-03 Thread Daniel Young
This seems to be a chrome issue, if I enter the prefix www it goes to the location, with a naked url it redirects to / On Friday, August 3, 2018 at 11:39:54 AM UTC-7, Daniel Young wrote: > > I've noticed this week that if I enter in a full path, the site is > redirecting to / and I'm

[google-appengine] Redirect from path

2018-08-03 Thread Daniel Young
I've noticed this week that if I enter in a full path, the site is redirecting to / and I'm not sure why. Example http://mysite.com/this-page is always going back to / Is this related to a chrome change related to https? -- You received this message because you are subscribed to the Google

[google-appengine] appcfg.py upload_data for CSV upload bulkloader

2018-04-25 Thread Daniel Young
Was loading CSV files to the datastore deprecated (bulkoader)? Is there a workaround - I've used this command consistently (for years) and seem unable today. appcfg.py upload_data --url= --kind=--filename= --config_file= --namespace= —-oauth2_access_token= -- You received this

Re: [google-appengine] Login Issue for Google Sign In

2016-06-29 Thread Daniel Young
s> and Java > <https://cloud.google.com/appengine/docs/java/users/>. > > Google Sign In <https://developers.google.com/identity/sign-in/web/> can > be used with App Engine Flex, Compute Engine and Container engine. > > On Thu, Jun 23, 2016 at 1:45 PM, Daniel Young <dc

[google-appengine] Login Issue for Google Sign In

2016-06-23 Thread Daniel Young
This issue is occurring for me implementing Google Sign in for Web on App Engine: https://code.google.com/p/googleappengine/issues/detail?id=12516 Google Sign In is incompatible with Google Cloud Platform. Please escalate. -- You received this message because you are subscribed to the

[google-appengine] Re: Console Issue - Memcache / Taskqueue

2016-06-02 Thread Daniel Young
Thank you! On Thursday, June 2, 2016 at 11:49:54 AM UTC-5, Zeehad (Cloud Platform Support) wrote: > > This issue is resolved for all affected users as of 15:12 US/Pacific > yesterday after performing a rollback. We apologize for any inconvenience > you may have experienced. > > We will conduct

[google-appengine] Console Issue - Memcache / Taskqueue

2016-06-01 Thread Daniel Young
The console is not letting me access the memcache details or taskqueue. I've opened this issue for visibility https://code.google.com/p/googleappengine/issues/detail?id=13033=13033=1464816539 -- You received this message because you are subscribed to the Google Groups "Google App Engine"

[google-appengine] Re: Datastore Writes being Disabled

2016-05-25 Thread Daniel Young
, Andrew Watson wrote: >> >> I'm getting that too on one of my projects! I re-enable writes and then >> it just gets disabled again. >> >> On Thursday, May 19, 2016 at 8:23:42 PM UTC-4, Daniel Young wrote: >>> >>> I've gone into the Datastore Console and it

[google-appengine] Datastore Writes being Disabled

2016-05-19 Thread Daniel Young
I've gone into the Datastore Console and it seems the writes are being disabled automatically (or a message is being displayed). I have not stopped write via Datastore Admin. Anyone else experiencing this before I post an issue? -- You received this message because you are subscribed to the

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

2015-10-12 Thread Daniel Young
>>>> in Datastore GQL as the more general expression __key__ HAS ANCESTOR >>>> >>> >>> >>> See this section in GQL Reference >>> <https://cloud.google.com/datastore/docs/apis/gql/gql_reference#unsupported_features_and_behav

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

2015-10-11 Thread Daniel Young
see what's > happening. In the meantime, if you have an error, including it here would > be helpful :). > > Cheers! > > On Friday, October 9, 2015 at 12:04:44 PM UTC-4, Daniel Young wrote: >> >> I found like many others being redirected to the the new datastore. My

[google-appengine] Datastore Query Viewer - Ancestor GQL

2015-10-09 Thread Daniel Young
I found like many others being redirected to the the new datastore. My trusty GQL ancestor query doesn't seem to work anymore select * from <> where ancestor is key('Kind', ID) Is there a workaround, is this considered a bug? -- You received this message because you are subscribed to the

[google-appengine] Issue with get_by_id in Python Datastore

2014-07-11 Thread Daniel Young
Randomly this evening, I'm having issues with calls to get_by_id(). When I run a get() with the key it gets the entity fine. -- 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,