[google-appengine] Help -- non-specific InternalError started today!

2010-08-31 Thread Andy
We're preparing for a demo of our application for **tomorrow**, and we just started getting non-specific Internal Errors! * Is this a systematic issue with Google, or my app -- how can I tell? * Is there a workaround? * Can I post this as a formal issue somewhere that will reach Google Engineers?

[google-appengine] App Engine for Business

2012-06-18 Thread Andy
one number in there? Thanks, Andy Leung Cast Before -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/EER4H7NwzesJ. To post to this group,

[google-appengine] Re: iOS - Verifying authentication, Reading a Cookie and...

2012-07-24 Thread Andy
Did you ever get this sorted out? I am in the same position, I have my cookie, but I don't know how to send it to app engine, nor do I know what to do with it once it's there. On Saturday, June 16, 2012 2:54:25 PM UTC-4, Mike wrote: > > Hi, I am building an iOS app that communicates with GAE (ja

[google-appengine] Re: Some dynamic flexibility in selecting the type of instances would be really useful

2012-11-28 Thread Andy
s pretty simple on app engine. Andy On Tuesday, November 27, 2012 6:10:30 PM UTC-5, Emanuele Ziglioli wrote: > > Hi everyone, > > have been following this group for months but can't recall reading > anything related to this: currently the instance size is one big knob while

[google-appengine] Re: Some dynamic flexibility in selecting the type of instances would be really useful

2012-11-28 Thread Andy
Pdknsk, that's all dynamic backends are: named configurable versions. When we do a deploy we now do it to the "new" version as well as the backend version. On Wednesday, November 28, 2012 12:53:50 PM UTC-5, pdknsk wrote: > > If you don't want to use backends, you could use named versions, if

[google-appengine] Re: Some dynamic flexibility in selecting the type of instances would be really useful

2012-11-28 Thread Andy
Setting the "instances" option in the backends.yaml allows it to scale up that value. 15m penalty is well worth it because 99% of our traffic fits in an F1 but we had to run F2s previously to allow the 1% of the tasks to succeed. As a result our costs are roughly half as much. On Wednesday,

[google-appengine] Re: Some dynamic flexibility in selecting the type of instances would be really useful

2012-11-28 Thread Andy
you to > > > On Thursday, 29 November 2012 08:45:16 UTC+13, Andy wrote: >> >> Setting the "instances" option in the backends.yaml allows it to scale up >> that value. 15m penalty is well worth it because 99% of our traffic fits >> in an F1 but we had t

[google-appengine] Partial Outage?

2013-01-03 Thread andy
App worked until 1:50 PM PST. Since then all requests are answered with 500 Error: Server Error No requests show up in the log at all. New deploys work by fail at verification stage (just time out) Uploaded same app to a different test app and there it works (but of course no data). Also in th

Re: [google-appengine] Partial Outage?

2013-01-03 Thread andy
yonja-media On Thursday, January 3, 2013 3:59:53 PM UTC-8, Takashi Matsuo (Google) wrote: > > > Hi Andy, > > Can you tell me your app-id? > > > On Thu, Jan 3, 2013 at 3:50 PM, andy >wrote: > >> App worked until 1:50 PM PST. Since then all requests are answe

Re: [google-appengine] Partial Outage?

2013-01-03 Thread andy
When is the maintenance period over? Any action required once maintenance is done? Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/qKjhQKeR

Re: [google-appengine] Partial Outage?

2013-01-03 Thread andy
Ok maintenance will start at 5pm (in 7 minutes) and last 2 hours Will the problem be fixed at that same time? Or you can't start to fix until after maintenance? Please give a heads up when the apps should be re-tested. -- You received this message because you are subscribed to the Google

[google-appengine] Re: Partial Outage?

2013-01-03 Thread andy
Our app is back. (no action required on our end) -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/jUI8i-XOsfAJ. To post to this group, send email to

[google-appengine] Re: Outage?

2013-01-03 Thread andy
check your apps, ours is working again (without any action) -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/Yn1fiVBvWSgJ. To post to this group, se

Re: [google-appengine] GAE Blobstore file-like API deprecation timeline (py 2.7 runtime) [XPOST from StackOverflow]

2013-08-06 Thread Andy
store around. Focusing on deprecating APIs instead of new product features can be a real pain. We're still trying to migrate off M/S but cannot yet due to a bug in the migration tool related to the number of namespaces. Thanks, Andy On Tuesday, July 30, 2013 8:17:21 PM UTC-4, Chri

Re: [google-appengine] GAE Blobstore file-like API deprecation timeline (py 2.7 runtime) [XPOST from StackOverflow]

2013-08-06 Thread Andy
ental: http://googleappengine.blogspot.com/2011/03/announcing-app-engine-143-release_30.html https://code.google.com/p/googleappengine/wiki/SdkReleaseNotes On Tuesday, August 6, 2013 5:48:56 PM UTC-4, rdodev wrote: > > Andy, > > The file-like API for blob store is not covered by

[google-appengine] App Engine Inbound Integration

2014-07-08 Thread Andy
Tomcat Java App to connect to GAE in terms of authentication? Thanks, Andy -- 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] Disaster Recovery (App Engine) - Multi Region

2017-07-25 Thread andy
gion , how to do I serve the requests from another region ? Could anyone explain on how do I setup a DR site in another region for AppEngine Applications, Also if there is an automated way to switch over to the other region when there is a disruption/outage. Thanks in Advance. sincerely Andy --

[google-appengine] Disaster Recovery(App Engine) - Multi Region

2017-07-25 Thread andy
Hi , I am planning to deploy an Enterprise Grade Application in Google App Engine. With both Standard & Flex environment. How do I ensure the DR in case a region goes down. Example : I deploy my application in AppEngine "N.Virginia" region & if there is an outage in the region , how to do I se

[google-appengine] Re: Disaster Recovery(App Engine) - Multi Region

2017-07-26 Thread andy
oad balancing between the two flex servers ? 2. Would I be able to do a fail-over to Flex server in alternate region using Cloud DNS ? Also is there a way to backup the entire App engine service deployed in region "A" and copy it to another region "B" ? Kindly let me know the

[google-appengine] Re: Configure *.ru domain for GAE-hosted application

2009-12-23 Thread andy
Having the issue that I can't add www to our domain. We have www2 working for testing. But can't add www. No error, nothing. Also checked our sites settings and there are no URLs configures. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. T

[google-appengine] DNS and Developer issues with GAE configuration

2009-12-23 Thread andy
I'm trying to add www.mysuperdomain.com to my GAE application. I already have verified that I own my domain and I have a working www2.mysuperdomain.com alias setup for testing. However when I try to add www, there is no error message, the URL is not added, just nothing happens. There is an existing

[google-appengine] Re: DNS and Developer issues with GAE configuration

2009-12-23 Thread andy
The first issue was solved by changing the Web Pages entry in the Google Apps to something like dadada.mysuperdomain.com. The very odd thing was that the entry present wasn't even pointing the www.mysuperdomain.com, it was google.com/a URL with subdomain. Helpful error messages would really be some

[google-appengine] howto restrict application to serve requests by domain?

2010-01-02 Thread Andy
I want to develop a GAE application that only services requests from mydomain.com. Is there a configuration setting for this, or a simple idiom I can use in my request handlers? This is for a python application on GAE to only be used as a service for another GAE application. Thanks, Andy

[google-appengine] models help - simple sharding example

2010-01-06 Thread Andy
1) Is there a better approach? (2) How do I switch context effectively to use the correct my request handlers? Thanks! Andy # (from my models.py) # # I start with these two models, then shard by company # class Company(db.Model): # name=db.StringProperty(required=True) # #

[google-appengine] my app doesn't work on ie7

2010-01-06 Thread andy
Hello, I have problem with my app. Can't get it working on ie (at least ver 7, which I use). It works almost fine on FF 3.5. url: http://party-organizer.appspot.com/PartyOrganizer.html?partyId=smolinski.andrzej ie ver 7.0.5730.13 no errors on server or client site, no JavaScript errors. Nothing a

[google-appengine] google-app-engine-django

2009-08-12 Thread Andy
Hello Does anyone know what the current status of the google-app-engine- django project at http://code.google.com/p/google-app-engine-django/ All the downloads have been deprecated for a few weeks now, though it is possible to get more recent releases from subversion. Thanks Andy

[google-appengine] Re: google-app-engine-django

2009-08-13 Thread Andy
x27;s memcached based caching and a whole bunch of other good stuff. Andy On Aug 12, 12:29 pm, Ian Lewis wrote: > Andy, > > I believe the project's goal was to support django 1.0 on appengine > but since 1.0 is now available there isn't much point to continuing > the proje

[google-appengine] Re: google-app-engine-django

2009-08-13 Thread Andy
Hi Holger, I'm aware of the appengine patch project. It's a very impressive bit of work but it comes with a whole bunch of extra's included (such as the media generator). I like google-app-engine-django for it's simplicity, which is why I am asking about the status of the pr

[google-appengine] Re: google-app-engine-django

2009-08-14 Thread Andy
jango allows me to use the build in django 1.0 libraries which removes this workload. (To be fair, the 1.0.2.3 release may have removed the zipimport requirement for django 1.0. I didn't check) Andy On Aug 13, 7:03 pm, Holger wrote: > Hi Andy, > > you are right, appenginepatc

[google-appengine] Re: google-app-engine-django

2009-08-14 Thread Andy
tatus of the google-app-engine-django project. Thanks Andy On Aug 14, 3:04 pm, Waldemar Kornewald wrote: > Hi Andy, > > On Aug 14, 2:50 pm, Andy wrote: > > > Also, the project I am working on has a very low usage pattern. It is > > written for my friend's electric

[google-appengine] Any plan for Google to upgrade Django included in App Engine?

2009-03-26 Thread Andy
Right now App Engine includes Django 0.96, and it has been like that for a long time. Meanwhile Django has released 1.0 and moving to 1.1. Is there any plan to upgrade App Engine to include a more up-to-date version of Django? --~--~-~--~~~---~--~~ You received

[google-appengine] How does GAE's cost compare to that of commercial hosting?

2009-04-01 Thread Andy
Does anyone have rough ballpark estimates on how does GAE's cost compare to that of commercial hosting? For example, the traffic supported by GAE's free quotas -- is that generally higher or less than the traffic supported by a $5/mo shared hosting account? And what about the traffic supported b

[google-appengine] Resource quota confusions

2009-04-01 Thread Andy
In the section http://code.google.com/appengine/docs/quotas.html#Free_Changes it's stated that: The new free quota levels to take effect on May 25th will be as follows: * CPU Time: 6.5 hours of CPU time per day * Bandwidth: 1 gigabyte of data transferred in and out of the application pe

[google-appengine] Google App Engine and China access

2009-04-01 Thread Andy
Every now and then I see posts on App Engine being blocked by China. Several workarounds have been suggested, which seem to work some of the time but not others. What's the current state -- is App Engine accessible from China? Is it a good platform to use for apps that want to be accessible to

[google-appengine] Re: Google App Engine and China access

2009-04-02 Thread Andy
Does that mean apps running on GAE will never be reliably accessible from China because ghs.google.com is blocked? On Apr 2, 1:10 am, 秦锋 wrote: > Domain binded could not be reached due to ghs.google.com is blocked. > > I strongly want Google to deploy ghs.google.cn! --~--~-~--~~

[google-appengine] Error in documentation?

2009-04-02 Thread Andy
In http://code.google.com/appengine/docs/quotas.html it states: "On May 25th, 2009, along with many performance improvements, we will be reducing the free quota levels for the billable quotas. App Engine will always remain free to get started. We believe these new levels will continue to serve a

[google-appengine] Re: Should I take my website somewhere else? - blocked in China

2009-04-02 Thread Andy
Why shouldn't this be google's problem? Google's hosting platform is being blocked by the country with the largest internet population in the world. You think that's not a major problem? I've used plenty of hosting sites that are perfectly accessible from China. So obviously this is a problem fo

[google-appengine] Re: Should I take my website somewhere else? - blocked in China

2009-04-02 Thread Andy
And what do you want, a prescription for prozac? You have nothing of value to contribute except badgering the people who brought the problem to light. On Apr 2, 1:49 pm, Barry Hunter wrote: > On 02/04/2009, WallyDD wrote: > > > > >  I have custom domain. I have never had anything blocked in ma

[google-appengine] Re: Should I take my website somewhere else? - blocked in China

2009-04-02 Thread Andy
Just because Google isn't doing the blocking doesn't mean it's not Google's problem. Using your (lack of) logic, if GAE is down because someone's attacking it using DOS, does that mean it's also not Google's problem because "google isn't doing the

[google-appengine] Re: Should I take my website somewhere else? - blocked in China

2009-04-02 Thread Andy
e's 6 countries that support appengine, and can only write > programs in python. Which is really the limiting factor of the > application environment? > > On Apr 2, 7:16 pm, Andy Freeman wrote: > > > > Why shouldn't this be google's problem? > > > S

[google-appengine] Re: Should I take my website somewhere else? - blocked in China

2009-04-02 Thread Andy
ngine users the option to move their sites to google's data centers in China. It could start selling static IP hosting. Plenty of solutions - just because you don't know about them doesn't mean they don't exist. On Apr 3, 1:54 am, Andy Freeman wrote: > > This is a forum

[google-appengine] Re: Should I take my website somewhere else? - blocked in China

2009-04-03 Thread Andy
> Sure there is - unless you know how to fix the problem.  (Surely > you're not going to argue that you're reporting an unknown problem.) > After all, you complained about someone else's posting with "This is a > forum for people to share information on GAE and solve problems." Indeed this is a f

[google-appengine] Re: Should I take my website somewhere else? - blocked in China

2009-04-03 Thread Andy
> And, the political reputation > damage would be enough to drive even more people away from their > product. > Google already set up their China search site google.cn that received approval from the Chinese government. Did you see any resulting "political reputation damage" that "drive even mo

[google-appengine] Re: Should I take my website somewhere else? - blocked in China

2009-04-04 Thread Andy
> I'm someone who understands that obligations come from laws and > contracts.  Feel free to point to the relevant chapter and verse that > > However, absent a contract and/or a law, Google isn't obligated to > make GAE applications visible in China. Feel free to hair-split the word "obligation"

[google-appengine] Re: Should I take my website somewhere else? - blocked in China

2009-04-06 Thread Andy
> It's the plain meaning of the word. I apologise for not knowing that > you didn't know what it meant when you wrote that Google had an > obligation to make GAE available in China. Are there other statements > that you made without understanding their meaning? If you think "obligation" only re

[google-appengine] Re: Should I take my website somewhere else? - blocked in China

2009-04-06 Thread Andy
> So far, I've only seen two people complaining about the Chinese > firewall and appengine, and a couple others voicing their opinion on > it not being Google's obligation to support it. So really, when you > count how many members this group has, I'd venture a guess that most > just don't care ei

[google-appengine] Re: Should I take my website somewhere else? - blocked in China

2009-04-06 Thread Andy
>what can Google do to stop the Chinese > govt from blocking? >one can argue that Google "needs" the Chinese govt to not block, >but that doesn't imply that Google can do anything to stop the Chinese >govt from blocking. As I've told you, there are plenty of solutions. One of them is to offer h

[google-appengine] Re: Should I take my website somewhere else? - blocked in China

2009-04-06 Thread Andy
On Apr 6, 10:16 am, Andy Freeman wrote: > > One of them is to offer hosting at Google's data center in China. > > Since China can block sites hosted in China  (I thought that it > was common knowledge that China imposed controls on in-China sites.) So you really have

[google-appengine] Re: Should I take my website somewhere else? - blocked in China

2009-04-06 Thread Andy
> Yes, I do.   I'm glad you finally learn the word "obligation". Too bad you didn't learn it earlier when you spewed your nonsense that obligation can only come from "laws and contracts". Feel free to consult a dictionary first next time when you find yourself once again tempted to use a big wo

[google-appengine] Re: Should I take my website somewhere else? - blocked in China

2009-04-06 Thread Andy
> Yes, I do. I'm glad you finally learn the word "obligation". Too bad you didn't learn it earlier when you spewed your nonsense that obligation can only come from "laws and contracts". Feel free to consult a dictionary first next time when you find yourself once again tempted to use a big word

[google-appengine] Re: Should I take my website somewhere else? - blocked in China

2009-04-07 Thread Andy
> Which means that if Google allows anything to be hosted in China that > the Chinese don't like, they'll block GAE-China (and maybe other > properties to teach Google a lesson or because the external IPs are > shared).   So you're speculating that Google China is going to break the laws of the

[google-appengine] Re: Should I take my website somewhere else? - blocked in China

2009-04-07 Thread Andy
> When considering a plan to solve a problem, I think that it's > reasonable to consider whether said plan will actually solve the > problem.  Why?  Because if a plan doesn't solve the problem, the > problem still exists. Quite simply, whatever solution there may or may not be, it is not your "p

[google-appengine] Re: Should I take my website somewhere else? - blocked in China

2009-04-07 Thread Andy
> Not to mention the threats consist of actions that were suggested as > an alternative. That suggestion was reproached as unacceptable. So it > is quite confusing. The funny thing is that the people who have " reproached" the suggestions as "unacceptable" are all non-Google employees yet acti

[google-appengine] Re: Should I take my website somewhere else? - blocked in China

2009-04-07 Thread Andy
> When considering a plan to solve a problem, I think that it's > reasonable to consider whether said plan will actually solve the > problem. Why? Because if a plan doesn't solve the problem, the > problem still exists. Quite simply, whatever solution there may or may not be, it is not your "pl

[google-appengine] Re: Should I take my website somewhere else? - blocked in China

2009-04-07 Thread Andy
> Not to mention the threats consist of actions that were suggested as > an alternative. That suggestion was reproached as unacceptable. So it > is quite confusing. The really funny thing is that the people who "reproached" the suggestions as "unacceptable" are all non-Google employees yet actin

[google-appengine] Re: Should I take my website somewhere else? - blocked in China

2009-04-08 Thread Andy
> > Great idea, Andy! Now, how about giving all 6958 of our inboxes a > break from your ego, eh? > David, if only you would listen to your own advice then all 6958 of us wouldn't have to be part of your latest ego trip. How about that eh? --~--~-~--~~~---

[google-appengine] Best way to implement optimistic locking?

2009-05-04 Thread Andy
race condition) Any suggestions greatly appreciated Thanks Andy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com

[google-appengine] Re: Best way to implement optimistic locking?

2009-05-05 Thread Andy
OK. Thanks, that's great. Andy On May 5, 1:41 pm, "Nick Johnson (Google)" wrote: > Hi Andy, > > If you're only updating a single entity, or multiple entities in a > single entity group, you can use db.run_in_transaction to execute the > check-and-u

[google-appengine] Logging info missing

2010-12-02 Thread Andy
So, whenever I am able to access the admin panel while it's not erroring, I'm trying to view the request logs. But all the logging info is missing - debugs, infos, errors, all gone. I also get a 500 error when trying to download the request logs. -- You received this message because you are sub

[google-appengine] How to fetch the parent and child data in one to many relation based on child properties

2011-03-02 Thread andy
I have created the one to many relation for Employee(parent) and his leave transaction details(child). I can give a query based on parent properties but i m not getting how to fetch data based leave details? Means i wants to fetch the data which satisfies the both conditions of parent field and chi

[google-appengine] Re: How to fetch the parent and child data in one to many relation based on child properties

2011-03-02 Thread andy
query, like joining two tables/entity On Mar 3, 5:08 am, Robert Kluin wrote: > Hey Andy, >   One way would be to include information from the parent on the child > entities, then you'll only have to query against the child entities. > There may be other ways too, depending o

[google-appengine] wants to pass the object to client side

2011-03-02 Thread andy
I want to pass the object the of employee to client side can it possible? i am getting some error. here is my code Employee Class: @PersistenceCapable(identityType = IdentityType.APPLICATION,detachable="true") public class Employee implements Serializable { private static final long serial

[google-appengine] Getting error while sending the object to client form server, please help me

2011-03-05 Thread andy
here is my code; Employee:(Parent) @PersistenceCapable( identityType = IdentityType.APPLICATION,detachable="true") public class Employee implements Serializable { private static final long serialVersionUID = 1L; @PrimaryKey @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY)

Re: [google-appengine] Accessing application from client that cannot use URLs (only IP Addresses)

2010-08-02 Thread andy stevko
Point it to your local proxy server and have the proxy server forward all requests upstream to GAE. On Mon, Aug 2, 2010 at 7:48 PM, DutrowLLC wrote: > I'm trying to use my Arduino WiShield 2.0 with a google apps program > that I wrote. Unfortunately, the WiShield cannot use DNS. > > Are there a

[google-appengine] google search result for appspot

2010-09-09 Thread Andy V
Apps, so I'd expect that as a result. Best regards, Andy. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email

Re: [google-appengine] Error

2010-09-18 Thread andy stevko
Seems to me that app engine is working just fine. This part says it all... NeedIndexError: The index for this query is not ready to serve. See the Datastore Indexes page in the Admin Console. This query needs this index: - kind: ATLETI properties: - name: conto direction: desc - name: no

Re: [google-appengine] Re: Versioning applications/entities

2010-09-23 Thread andy stevko
Not being very familiar with the namespace apis, is it possible with the approach below to convert only a portion of the datastore object model and not duplicate the entire datastore? For example - convert Users and Passwords but leave the weakly related Accounts in place. On Thu, Sep 23, 2010 a

Re: [google-appengine] Two important startup questions about Google Development

2010-10-01 Thread andy stevko
re 1) app engine provides high level and low level access to a object database called Big Table. There are many other access solutions but, unless you host your own, none of them are oracle/mysql . re 2) app engine has a crontab solution as well as a task queue. On Fri, Oct 1, 2010 at 5:50 AM, P

Re: [google-appengine] Two important startup questions about Google Development

2010-10-01 Thread andy stevko
cs/java/config/cron.html You can also search these community forums for answers to your questions. http://code.google.com/appengine/community.html --Andy Stevko On Fri, Oct 1, 2010 at 11:08 AM, Pedro Ferreira wrote: > Hi andy, thanks for the quick answer. > > Do you have any links

Re: [google-appengine] generate PDF in appengine

2010-10-01 Thread andy stevko
Hi David, I asked that very same question on stackoverflow a while back. http://stackoverflow.com/questions/1765238/java-pdf-library-that-works-on-gae --Andy Stevko On Fri, Oct 1, 2010 at 2:50 PM, David Toledo wrote: > Hi All > > Exist some way from generate pdf in appengine. I&#x

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

2010-10-05 Thread andy stevko
Hello Sahid, You might want to read/star this issue http://code.google.com/p/googleappengine/issues/detail?id=2396&q=waiting%20too%20long&colspec=ID%20Type%20Status%20Priority%20Stars%20Owner%20Summary%20Log%20Component --Stevko On Tue, Oct 5, 2010 at 10:26 AM, sahid wrote: > up > > On Oct 4, 10

Re: [google-appengine] Re: Prerelease SDK 1.3.8 is out!

2010-10-06 Thread andy stevko
One issue with the download code option is how it works in the context of an app store. If I license an application thru a store, can I then download the code, modify it, and redeploy? Also - if I have sensitive information (like Authorize.net keys) coded into my application, the information was ba

Re: [google-appengine] about GAE java Eclipse plugin

2011-05-19 Thread Andy Fang
试一下Eclipse 3.5 On Wed, May 18, 2011 at 4:47 PM, 王磊 wrote: > Hi All: I use Eclipse 3.6 and install SDK1.5.0 > after install the plugin > > If I build a java Bean (just like Entry point class) it will show me > java.lang.NoClassDefFoundError: > com/google/appengine/tools/enhancer/Enhance Caused

[google-appengine] Datastore error in production...

2011-08-12 Thread Andy Burke
. It's super, super frustrating. No idea why this is happening or what recourse I could possibly take to fix it. I have tried re-deploying to no avail. Any help or guidance would be appreciated. andy -- You received this message because you are subscribed to the Google Groups "Google

Re: [google-appengine] Re: APP DOWN: App suddenly no longer starts, no code changes

2012-09-13 Thread Andy Stevko
re: communication Perhaps the app engine team can learn from the pain & suffering customers endured with another vendor's service outage rather than bleeding us all over again. http://blog.rightscale.com/2011/04/25/amazon-ec2-outage-summary-and-lessons-learned/ "the biggest failure in this event

[google-appengine] Looking for an App Engine Developer

2012-09-27 Thread Andy Weir
It's for a rather cool mobile/desktop gaming project. Skillset 'Must haves' are: -Python -Google App Engine -datastore Should have: -Node.js -cloud deployment experience Please get in touch if you're interested... Thanks Andy -- You received this message because y

Re: [google-appengine] Google app engine and lock-in

2012-12-06 Thread Andy Stevko
Glad to see another alternative to appengine lock in. Is there a grid that shows the GAE components supported/partially supported/non-supported by Cape Dwarf? I see that there is a Channel API sub-tree that says 'Initial @Category support.

[google-appengine] Re: TaskQueue Elevated again today

2013-04-01 Thread Andy Waddell
I am seeing tasks sit in queues for a long time, seems like 60 seconds, before the execute. I don't have any options that would be delaying them, my intent is for them to execute more or less immediately. This is new behavior I have been seeing for the last few days and seems to correlate wit

[google-appengine] Re: Delayed execution of tasks in 1.7.6.

2013-04-01 Thread Andy Waddell
Me Three On Wednesday, March 27, 2013 10:08:53 AM UTC-7, notreadbyhumans wrote: > > I've noticed that since updating a live app to 1.7.6 new tasks are sitting > in named task queues for up to a couple of minutes before executing. The > queues are empty (no executing tasks) and have ample executi

[google-appengine] Re: TaskQueue Elevated again today

2013-04-01 Thread Andy Waddell
Same here.. seeing tasks stay in queue for a long time (60 seconds) before executing. Nothing else going on. On Wednesday, March 27, 2013 1:04:18 AM UTC-7, Moises Belchin wrote: > > Hi again, > > Can anyone tell us what's happening again? > > Thanks and regards. > Moisés Belchín. > > [image: Imá

[google-appengine] Delayed execution of tasks in 1.7.6.

2013-04-01 Thread Andy Waddell
Yes. Me too -- 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 group, send email to google-appe

[google-appengine] Re: Delayed execution of tasks in 1.7.6.

2013-04-01 Thread Andy Waddell
I'm seeing the same thing. Everything now working as expected. On Thursday, March 28, 2013 2:51:54 AM UTC-7, notreadbyhumans wrote: > > Oddly I've just run the same tests a day later and responsiveness is back > to where I would expect it i.e. queues with large rates and buckets clear > befor

[google-appengine] Re: gae urlfetch down

2013-07-27 Thread Andy Warner
Looks like it started at exactly 4pm Pacific. I have requests moments before that were fine and everything after is throwing a name error for InvalidURLError, so it is not just fetches failing, urlfetch is missing libraries in webapp2. except InvalidURLError: NameError: global name 'Invalid

[google-appengine] Datastore read costs for nil entities

2016-07-26 Thread Andy Haskell
I am working on optimizing datastore calls, and saw that the cost of datastore read calls is 6 cents per 100,000 entities worth of reads. If I do a datastore.Get call for an entity that isn't in the datastore, does that count as a datastore read, or is it only considered a datastore read if the

[google-appengine] Does anyone else also run into high latency problem connecting to Cloud Sql?

2016-12-14 Thread Andy Tseng
So I am connecting to Second Gen Cloud SQL from my App Engine, and both of them are in the same project. However, the latency is really high, up to 1.3 seconds. So I was wondering if anyone else is also running into this problem. Everything works fine, but it's just the high latency and the same

[google-appengine] Re: Does anyone else also run into high latency problem connecting to Cloud Sql?

2016-12-23 Thread Andy Tseng
= new mysqli($servername, $username, $password, $dbname); Please let me know if you can tell what's wrong! Thank you very much. On Wednesday, December 21, 2016 at 5:39:43 AM UTC+8, Nick (Cloud Platform Support) wrote: > > Hey Andy, > > Let us know if you can get some of t

Re: [google-appengine] Does anyone else also run into high latency problem connecting to Cloud Sql?

2016-12-23 Thread Andy Tseng
1ms longer > <https://cloud.google.com/appengine/docs/java/cloud-sql/#Setting_up> than > 1st gen. Are you sure that your deploy region for GAE Standard and your > region for your 2nd get instance. If not, that could add latency. > > On Wed, Dec 14, 2016 at 2:17 AM, A

Re: [google-appengine] Does anyone else also run into high latency problem connecting to Cloud Sql?

2016-12-26 Thread Andy Tseng
Thank you very much Adam, please let me know if there is any updates! :) On Monday, December 26, 2016 at 7:04:50 AM UTC+8, Adam (Cloud Platform Support) wrote: > > Hi Andy, > > I've been able to reproduce this myself as well and an issue has been > filed on the googlecl

[google-appengine] Re: Does anyone else also run into high latency problem connecting to Cloud Sql?

2016-12-29 Thread Andy Tseng
connection fast enough. If you also have any updates, please let me know. Thank you! On Thursday, December 29, 2016 at 10:53:37 AM UTC+8, Nick (Cloud Platform Support) wrote: > > Hey Andy, > > Thanks for that information. I'm currently working on reproducing the > behaviour, alt

[google-appengine] db.ReferenceProperty without back references?

2008-09-29 Thread Andy Freeman
any over head due to back references. Should I use something like KeyReferenceProperty instead? thanks, -andy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group,

[google-appengine] ReferenceProperty - id access without fetching the entity

2008-09-29 Thread Andy Freeman
Is there an approved way to copy a ReferenceProperty from one entity to another without fetching the referred to entity from the datastore? In other words, class C(db.Model): ... class A(db.Model): C = db.ReferenceProperty(reference_class=C) class B(db.Model): C = db.ReferencePrope

[google-appengine] I've been getting app engine service disruption when connecting to cloud sql

2018-01-31 Thread Andy Tseng
So this month we have been getting app engine service disruption, when connecting App Engine to CloudSQL using socket. We keep getting PHP Warning: mysqli::mysqli(): Error while reading greeting packet, and interestingly, this error occurs out of no where, without changing any codes nor redeplo

[google-appengine] ERROR: (gcloud.app.deploy) Error Response: [4] Timed out waiting for the flex deployment to become network provisioned.

2018-03-06 Thread Zakaria Andy
I have a problem when I deployed my java application on app-enigine using google cloud sdk. When I take a long time to wait deployment process, I get error message which indicate was my deployment is failure. Below the error message, please help me solve the problem, thank you [INFO] ERROR: (gc

[google-appengine] Dev env outputting HTML to console on error

2018-11-17 Thread Andy Whittle
Does anybody know how to stop the dev environment outputting the page's HTML to the console on error? Aside from it being incredibly and frustratingly slow - so a large page can take 30 seconds to finish displaying the HTML, during which time I can't do anything but watch - it also writes the H

[google-appengine] Active PHP 7.2 sessions lost after gcloud app deploy

2019-08-16 Thread Andy Whittle
Hi We switched to GAE PHP 7.2 runtime a couple of months ago. I can't say for definite, but I'm fairly sure that on the PHP 5.5 runtime, active user sessions continued running without hitch when we deployed a new version of our app. Since we switched to PHP 7.2, users are getting kicked out of

[google-appengine] Re: Active PHP 7.2 sessions lost after gcloud app deploy

2019-08-19 Thread Andy Whittle
Thanks, George. We already increment the version deployed each time, but this still occurs. Can you tell me where I'm going wrong in the deployment process, please? Example: - Current version with 100% traffic is named "v123" with active users. - gcloud app deploy -v v124 - Traffic is automatic

[google-appengine] Re: Active PHP 7.2 sessions lost after gcloud app deploy

2019-08-21 Thread Andy Whittle
Hi Jason, We're using whichever method GAE Standard env provides to store sessions. On Tuesday, August 20, 2019 at 2:40:24 AM UTC+1, Jason Collins wrote: > > How are you storing your sessions? Is it the /tmp folder default, or have > you used something like MySQL (Cloud SQL) to store sessions? >

[google-appengine] Re: Active PHP 7.2 sessions lost after gcloud app deploy

2019-09-03 Thread Andy Whittle
Thanks Jason / Brent, We've already got a Cloud SQL instance, so not much of a support overhead for us to add a session storage DB. In regards to security *and* performance, do you have any comments or advice re. Cloud SQL vs. Cloud Memorystore vs Firestore, please? I'm unsure which would be

[google-appengine] Re: Active PHP 7.2 sessions lost after gcloud app deploy

2019-09-03 Thread Andy Whittle
create a Cloud SQL instance, configure access). >> >> We need to have better documentation about this; I will create an >> internal bug to have some created. >> >> >> >> On Wednesday, 21 August 2019 02:10:53 UTC-7, Andy Whittle wrote: >>> &

[google-appengine] Service missing from Stackdriver Error Reporting after change to PHP 7.2

2019-09-03 Thread Andy Whittle
Hi We have two GAE Standard env services within a project. The PHP 5.5 service is fine, but the 'default' instance has disappeared from Stackdriver Error Reporting after switching the runtime to PHP 7.2 (we think... we're not definite on the point it disappeared). I've worked through https://

  1   2   3   4   >