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

2022-01-04 Thread Will Reiher
In case any one would like to star my issue: https://issuetracker.google.com/issues/213134259 On Tuesday, January 4, 2022 at 4:01:31 PM UTC-8 Will Reiher wrote: > @dcole > > Same page, loaded a few seconds apart. That first line is the dynamic > response. It's not always this extr

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

2022-01-04 Thread Will Reiher
ggest going through the regular support > channel <https://cloud.google.com/support/docs>[3]. > > [1] https://status.cloud.google.com/ > [2] https://cloud.google.com/support/docs/issue-trackers > [3] https://cloud.google.com/support/docs > > On Tuesday, January 4, 2022 at

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

2022-01-04 Thread Will Reiher
I'll add that I'm seeing it on both dynamic and static requests. On Tuesday, January 4, 2022 at 11:03:34 AM UTC-8 Will Reiher wrote: > I'm seeing some intermittent latency issues - some requests are taking > many seconds. > > No code changes in a while. I don't see anything on the

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

2022-01-04 Thread Will Reiher
I'm seeing some intermittent latency issues - some requests are taking many seconds. No code changes in a while. I don't see anything on the cloud status dashboard. I'm in us-central on a legacy Python 2.7 app. My users / employees all over the country have commented that they're experiencing

[google-appengine] Re: Updates from the Google App Engine team (Fall 2021)

2021-11-08 Thread Will Reiher
Hi, Thanks for the follow up. The articles detail the process fine if the underlying blobs are "on" cloud storage. In my case I'm talking about legacy blobs stored outside of the my visible buckets. They're not represented in cloud storage and the python 3 runtime does not seem to have a way

[google-appengine] Re: Updates from the Google App Engine team (Fall 2021)

2021-11-08 Thread Will Reiher
I'm slowly moving my way towards a migration path to the new Python 3 runtime. 2022 is the year. I've been a AppEngine customer since 2009 - so I've already seen my share of smaller migrations as the oldest of the services died off. I currently have a question about Blobstore. As I'm planning

[google-appengine] Re: 500 - Request was aborted after waiting too long to attempt to service your reques

2021-09-28 Thread Will Reiher
Totally, not a huge amount of them but definitely more RPC errors and timeouts in the last week or so. I'd expect the odd one but it would seem that some infrastructure changes are causing issues. On Tuesday, September 21, 2021 at 7:57:13 AM UTC-7 Leonard Cremer wrote: > We are suddenly

[google-appengine] Re: Extremely high latency in us-central 10 second plus on static files too

2021-06-24 Thread Will Reiher
Seems to be resolving itself now. Many thanks to the App Engine team (especially the ones who read those feedback forms). I was worried that you'd deployed 5400 RPM drives to fix the SSD issues from the other day. On Thursday, June 24, 2021 at 10:55:40 AM UTC-7 Will Reiher wrote: > Just wan

[google-appengine] Extremely high latency in us-central 10 second plus on static files too

2021-06-24 Thread Will Reiher
Just wanted to give people the heads up. I'm testing a minor update to my app and when viewing my staged version I'm seeing super high latency numbers that I've never experienced before. Static files are 10+ seconds and some dynamic handlers are over 90 seconds. None of the code changes are

[google-appengine] Re: Is Task Queue is Dead right now? No tasks are executing.

2021-03-24 Thread Will Reiher
Final update from my POV. Tasks are back and running. Thanks Googlers! On Wednesday, March 24, 2021 at 5:12:17 PM UTC-7 Will Reiher wrote: > Google just updated their status. Looks like us-central1 is down. It's > been that way since 1:50 PST from the looks of my queues. > > On Wedn

[google-appengine] Re: Is Task Queue is Dead right now? No tasks are executing.

2021-03-24 Thread Will Reiher
roject though as my other one is fine > > Stu > > > On Thursday, March 25, 2021 at 12:55:08 PM UTC+13 Will Reiher wrote: > >> All my tasks are queued up but nothing is moving. I thought it was an >> issue with Deferred but it seems to be all my tasks. Python 2.7. >

[google-appengine] Is Task Queue is Dead right now? No tasks are executing.

2021-03-24 Thread Will Reiher
All my tasks are queued up but nothing is moving. I thought it was an issue with Deferred but it seems to be all my tasks. Python 2.7. -- How we’re addressing COVID-19 Health and safety is our top priority. We have made arrangements for all staff to work remotely from home to continue to

[google-appengine] Re: Cloud Tasks UI no longer accessible from python2.7 standard?

2020-10-08 Thread Will Reiher
er 8, 2020 at 10:02:56 AM UTC-7 Will Reiher wrote: > When to check on my queues this morning only to find that I had to enable > the API. I've been using the Cloud Tasks UI for a while now. I'm nervous > that if I enable the API my existing queues will be reset or something. >

[google-appengine] Re: Not able to run dev_appserver with Python 3 only environment

2020-10-08 Thread Will Reiher
dev_appserver.py requires python 2. You actually run it with python2 and it will spawn a python 3 process to handle your python3 app. This allows it to support app engine services that use different languages. On Wednesday, August 12, 2020 at 3:37:14 AM UTC-7 rit...@gmail.com wrote: > Hello >

Re: [google-appengine] Uploads to Legacy Blobstore are Failing with 500, nothing in the logs

2020-10-08 Thread Will Reiher
to a support model where > they won’t provide timely support unless you pay them $100/month. That’s > greedy and stupid. > > -Joshua > > On Oct 8, 2020, at 12:58 PM, Will Reiher > wrote: > > I had an issue a few weeks back. It was due to my transition to gcloud > deploy.

[google-appengine] Cloud Tasks UI no longer accessible from python2.7 standard?

2020-10-08 Thread Will Reiher
When to check on my queues this morning only to find that I had to enable the API. I've been using the Cloud Tasks UI for a while now. I'm nervous that if I enable the API my existing queues will be reset or something. My app doesn't seem to be complaining - I rely heavily on the taskqueue so

Re: [google-appengine] Uploads to Legacy Blobstore are Failing with 500, nothing in the logs

2020-10-08 Thread Will Reiher
I had an issue a few weeks back. It was due to my transition to gcloud deploy. It created a new app-id.appspot.com bucket but my app engine service account did not have permissions. Once I gave it permission it started working again with the blobstore items showing up in the new "default"

[google-appengine] Re: Chrome Safe Browsing Blocking Downloads from App Engine Blobstore

2020-07-17 Thread Will Reiher
:// on delivery. Not an app engine issue - thankfully. The blobstore is a bit of a blackhole now. On Friday, July 17, 2020 at 9:48:09 AM UTC-7 Will Reiher wrote: > Okay so it's not just an AppEngine issue - but man - this new Chrome > Policy is crazy. > > On Friday, July 17, 2020 a

[google-appengine] Re: Chrome Safe Browsing Blocking Downloads from App Engine Blobstore

2020-07-17 Thread Will Reiher
Okay so it's not just an AppEngine issue - but man - this new Chrome Policy is crazy. On Friday, July 17, 2020 at 9:15:01 AM UTC-7 Will Reiher wrote: > I am having issues with the newest version of Chrome. It's blocking > downloads of PDF, and docx files from our site. Internally

[google-appengine] Chrome Safe Browsing Blocking Downloads from App Engine Blobstore

2020-07-17 Thread Will Reiher
I am having issues with the newest version of Chrome. It's blocking downloads of PDF, and docx files from our site. Internally I can whitelist using chrome management but I can't do that for our customers who will need to download these types of files. Is there something that I can fix? Im

[google-appengine] Re: AppEngine Standard urlfetch Host header

2020-03-02 Thread Will Reiher
Thanks - solved my own problem. It was the user-agent being re-written not the host as I suspected. On Monday, March 2, 2020 at 3:57:47 PM UTC-8, Will Reiher wrote: > > Hello App Engine team or anyone that might know - I'm running into a bit > of a wall. I need to update to a ne

[google-appengine] AppEngine Standard urlfetch Host header

2020-03-02 Thread Will Reiher
Hello App Engine team or anyone that might know - I'm running into a bit of a wall. I need to update to a new AWS API that now requires the host header to have specific content which is part of an HMAC signed request. In my case it's "host: webservices.amazon.com" when I'm making requests to

[google-appengine] Re: App Engine - Inbound Mail Issues/Delays?

2017-02-17 Thread Will Reiher
Alex, My issue is still not fully resolved today - I've had a couple instances today of delayed delivery. It's not related to the API it's that mail being sent to the inbound @appspotmail address is being delayed before showing up on /_ah/mail and hitting my request handler. I've triple

[google-appengine] Re: App Engine - Inbound Mail Issues/Delays?

2017-02-16 Thread Will Reiher
Just had all my delayed messages hit my inbound mail handlers. Hopefully someone else will be happy that it's working again :) Thanks to the Googler who helped. On Thursday, February 16, 2017 at 2:32:08 PM UTC-8, Will Reiher wrote: > > I noticed that our inbound mail handler hadn't been

[google-appengine] Re: App Engine - Inbound Mail Issues/Delays?

2017-02-16 Thread Will Reiher
of our business processes. On Thursday, February 16, 2017 at 2:32:08 PM UTC-8, Will Reiher wrote: > > I noticed that our inbound mail handler hadn't been called in a while this > morning and then a "whack" of hits all occurred which "caught us up". Again > just aft

[google-appengine] Re: App Engine - Inbound Mail Issues/Delays?

2017-02-16 Thread Will Reiher
about this outage would be appreciated. On Thursday, February 16, 2017 at 2:32:08 PM UTC-8, Will Reiher wrote: > > I noticed that our inbound mail handler hadn't been called in a while this > morning and then a "whack" of hits all occurred which "caught us up". Aga

[google-appengine] Re: App Engine - Inbound Mail Issues/Delays?

2017-02-16 Thread Will Reiher
, Will Reiher wrote: > > I noticed that our inbound mail handler hadn't been called in a while this > morning and then a "whack" of hits all occurred which "caught us up". Again > just after noon PST our in-bound handler is all quite (no requests) and our > web-ap

[google-appengine] App Engine - Inbound Mail Issues/Delays?

2017-02-16 Thread Will Reiher
I noticed that our inbound mail handler hadn't been called in a while this morning and then a "whack" of hits all occurred which "caught us up". Again just after noon PST our in-bound handler is all quite (no requests) and our web-app is missing important updates. Any information on in-bound

[google-appengine] Re: URL Fetch server not found - DNS updates post DDOS attack?

2016-10-21 Thread Will Reiher
I WAS ABLE TO FIX IN THE SHORT TERM. It seems to be related to a cached ssl certificate on google cloud but I was able to skip the validation with url fetch and everything works. urlfetch.fetch(url, validate_certificate=False)... On Friday, October 21, 2016 at 12:52:46 PM UTC-7, Will Reiher

[google-appengine] Re: URL Fetch server not found - DNS updates post DDOS attack?

2016-10-21 Thread Will Reiher
All my urlfetch calls are failing since they cant get to the host... DNS is not updated. On Friday, October 21, 2016 at 12:52:46 PM UTC-7, Will Reiher wrote: > > I'm able to contact a remote API server just fine from my local testing > server... but the live server is not able to f

[google-appengine] URL Fetch server not found - DNS updates post DDOS attack?

2016-10-21 Thread Will Reiher
I'm able to contact a remote API server just fine from my local testing server... but the live server is not able to find/route to the server. Is there a way to update the DNS cache for my project? -- *Convenient, Easy, and Secure.* FriesenPress now accepts Interac e-Transfers from our

[google-appengine] Google Cloud Storage - token Not accepted all of a sudden.

2015-12-08 Thread Will Reiher
Nothing has changed since yesterday when uploading was working as expected. Today I'm seeing 401s and invalid token errors. App Engine to Cloud Storage with cloud storage. -- Connect with us at: *FriesenPress* | Suite 300 - 990 Fort St, Victoria, BC, Canada,

[google-appengine] Search API Usage off the chart! Like 100K off the chart.

2014-06-25 Thread Will Reiher
I almost had a heart attack looking at my dashboard. My max budget is $20/day but the dashboard is saying that I have used over $100K of Simple Searches. I'm guessing it's a bug because I don't get that kind of traffic ever and my budget is not exceeded. Would love to get some clarity from

[google-appengine] Re: Search API Usage off the chart! Like 100K off the chart.

2014-06-25 Thread Will Reiher
I've noticed that a few other items are pretty high but their have been no spikes in actual usage. On Wednesday, June 25, 2014 2:30:12 PM UTC-7, Will Reiher wrote: I almost had a heart attack looking at my dashboard. My max budget is $20/day but the dashboard is saying that I have used over

[google-appengine] Re: Search API Usage off the chart! Like 100K off the chart.

2014-06-25 Thread Will Reiher
Okay looks like something was fixed now showing rational number. I think I might frame the printout of my previous dashboard. On Wednesday, June 25, 2014 2:30:12 PM UTC-7, Will Reiher wrote: I almost had a heart attack looking at my dashboard. My max budget is $20/day but the dashboard

[google-appengine] Re: Search API Usage off the chart! Like 100K off the chart.

2014-06-25 Thread Will Reiher
Nope it's back again. 2,147,483,771 simple searches is quite the number. On Wednesday, June 25, 2014 2:30:12 PM UTC-7, Will Reiher wrote: I almost had a heart attack looking at my dashboard. My max budget is $20/day but the dashboard is saying that I have used over $100K of Simple Searches

[google-appengine] Re: Search API Usage off the chart! Like 100K off the chart.

2014-06-25 Thread Will Reiher
111 is the binary equivalent of 2,147,483,771 On Wednesday, June 25, 2014 2:30:12 PM UTC-7, Will Reiher wrote: I almost had a heart attack looking at my dashboard. My max budget is $20/day but the dashboard is saying that I have used over $100K of Simple

[google-appengine] Help! Cloud billing is active but app engine is stuck at FREE.

2014-05-02 Thread Will Reiher
I'm running up against resource limitations and there is no way I can get billing to activate in App Engine even though it's active on the cloud side of things. What do I do? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe

Re: [google-appengine] Help! Cloud billing is active but app engine is stuck at FREE.

2014-05-02 Thread Will Reiher
the same here? +1. Here's a reference for OP: https://groups.google.com/d/msg/google-appengine/j58mZuuXjpE/Y-nyK5AdStMJ On Fri, May 2, 2014 at 11:18 AM, Will Reiher wrel...@gmail.comjavascript: wrote: I'm running up against resource limitations and there is no way I can get billing

[google-appengine] Can't seem to launch a new version?!

2013-02-01 Thread Will Reiher
Need some help launching a new version. I've tried about 12 different time. Checking if deployment succeeded over and over again. I see the new version but if I try to visit it I just see the last version. Not spinning up any instances. -- You received this message because you are subscribed

[google-appengine] Re: Can't seem to launch a new version?!

2013-02-01 Thread Will Reiher
FYI - this seems to be limited to one of my App ID's. I tested launching the code to an alternate ID and had no issues. On Friday, February 1, 2013 3:24:32 PM UTC-8, Will Reiher wrote: Need some help launching a new version. I've tried about 12 different time. Checking if deployment

[google-appengine] Re: Can't seem to launch a new version?!

2013-02-01 Thread Will Reiher
Here is the APP ID: friesenpress-guide On Friday, February 1, 2013 3:35:41 PM UTC-8, Will Reiher wrote: FYI - this seems to be limited to one of my App ID's. I tested launching the code to an alternate ID and had no issues. On Friday, February 1, 2013 3:24:32 PM UTC-8, Will Reiher wrote

[google-appengine] Blobstore Downloads using IE seeing errors connecting to appspot

2011-12-21 Thread Will Reiher
I've heard some support issues come up when some of our customers have tried to download a file from the blobstore using Internet Explorer and get an error. The download dialog comes up and everything seems to be acting property but when the download begins they see some type of cannot connect

Re: [google-appengine] Deadline exceeded on urlfetch calls this afternoon.

2011-10-14 Thread Will Reiher
I can confirm that it wasn't only UPS fetches. I had a intermittent failures when urlfetching small images from AmazonS3 as well. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

[google-appengine] Deadline exceeded on urlfetch calls this afternoon.

2011-10-13 Thread Will Reiher
Getting a bunch of Deadline Exceeded Application Error 5's from the urlfetch library this afternoon with code that has been static for weeks. Thankfully it's failing when checking the shipping rates and not when processing transactions. I don't see any thing in System Status. -- You received

Re: [google-appengine] Re: Automated way to switch from M/S to HR?

2011-08-19 Thread Will Reiher
I ended up just moving it all manually to a new HR app. Is it still possible to create an alias from the old app to the new app - rather than shutting it down? Right now I've turned off datastore writes and I have it redirecting all secure traffic to the new appspot url. -- You received this

[google-appengine] Re: Crazy number of Deadine Exceeded exceptions recently

2011-08-03 Thread Will Reiher
To further my original comment... While it seems to be back to an almost normal state when it was really bad I was getting DeadlineExceeded errors on Warm ups and other otherwise trivial requests. Most of my issues were not related to any offline task work - in fact for the most part tasks

[google-appengine] Automated way to switch from M/S to HR?

2011-08-03 Thread Will Reiher
Since I have been having a number of issues with Deadlines on the M/S I would like to move to HR but creating a new app and migrating data is really not an option. Is the app engine team working on a click of a button type upgrade that doesn't require duplication and/or migrating to a new

Re: [google-appengine] Automated way to switch from M/S to HR?

2011-08-03 Thread Will Reiher
Ikai, That's great news! I'm not so worried about a temporary read-only period it's the the idea of switching the application id that was scary. I've already done it once, and while it was fairly painless, it did affect our https requests point to the app-id appspot url. Thanks for the update

[google-appengine] Crazy number of Deadine Exceeded exceptions recently

2011-08-01 Thread Will Reiher
I'm trying to debug this issue but I keep hitting a wall. I keep trying new things on one of my deployments to see if I an get the number of errors down but nothing seems to help. It all started in the last week or so ago. I also have some existing deployments that I have not changed and are

[google-appengine] Error: Server Error when trying to access with a Google Apps account

2011-07-01 Thread Will Reiher
As of this morning I am unable to get access to our authenticated pages that require our google apps domain login. When logged out completely I do get the login screen and can successfully login - but upon redirection to the app the request stalls and finally issues a 500: Error: Server