[google-appengine] Re: App Engine Python SSL version 2.7 shut down

2017-12-12 Thread PK
hed me off saying that I probably do not have the latest SDK, well they change it almost every week, I will never have the "latest SDK". PK On Tuesday, December 12, 2017 at 2:01:19 AM UTC-8, Ridha El Bekri wrote: > > Hi everyone, > > I recentrly received a notification email

[google-appengine] Re: [Google Cloud Insiders] URGENT: is GAE Standard memcache down????

2017-11-06 Thread PK
if you do not. > > Best, > Wade > Google Cloud Platform Support > > > On Mon, Nov 6, 2017 at 1:27 PM PK mailto:p...@gae123.com>> > wrote: > Showing that Google App Engine is green when the following code fails in both > assertions is very misleading. If any of

[google-appengine] Re: [Google Cloud Insiders] URGENT: is GAE Standard memcache down????

2017-11-06 Thread PK
CapabilitySet('memcache', methods=['set']).is_enabled() from google.appengine.api import memcache memcache.set('foo123', 'bar', time=60) assert(memcache.get('foo123') == 'bar’) > On Nov 6, 2017, at 1:10 PM, PK wrote: > > Yes it is

[google-appengine] Re: [Google Cloud Insiders] URGENT: is GAE Standard memcache down????

2017-11-06 Thread PK
a support case for the most up-to-date > information if you haven't already. > > > On Mon, Nov 6, 2017 at 12:56 PM PK mailto:p...@gae123.com>> > wrote: > This started returning False 15 minutes ago. My app is down because of it. > > from google.appen

[google-appengine] URGENT: is GAE Standard memcache down????

2017-11-06 Thread PK
This started returning False 15 minutes ago. My app is down because of it. from google.appengine.api.capabilities import CapabilitySet print CapabilitySet('memcache', methods=['set']).is_enabled() -- You received this message because you are subscribed to the Google Groups "Google App Engine"

[google-appengine] Re: [Google Cloud Insiders] A lot of instability in Google App Engine Standard today

2017-10-31 Thread PK
happens to you, it is rare but when it happens is not fun... > > Hello, > What is your app-id where you are seeing this? > Thanks, > ~Rahul. > > On Tue, Oct 31, 2017 at 1:37 PM, PK <mailto:p...@gae123.com>> wrote: > Many requests fail, usually Ajax calls

[google-appengine] A lot of instability in Google App Engine Standard today

2017-10-31 Thread PK
Many requests fail, usually Ajax calls but I just got one in the UI. I am in US Central/python runtime anybody else experiencing instability? Error: Server Error The server encountered an error and could not complete your request. Please try again in 30 seconds. -- You received this messa

Re: [google-appengine] Re: E-mails from GAE standard to hotmail.com accounts bouncing for the past hour

2017-10-23 Thread PK
otmail.com are bouncing and I remain on the hot seat with my customers. > On Oct 23, 2017, at 11:25 AM, 'Kenworth (Google Cloud Platform)' via Google > App Engine wrote: > > @PK With the nature of your case, it was a great idea for you to open up a > GCP support ticket. I

[google-appengine] Re: E-mails from GAE standard to hotmail.com accounts bouncing for the past hour

2017-10-20 Thread PK
can send an e-mail to these hotmail accounts from their Inbox but we cannot. On Thursday, October 19, 2017 at 6:53:15 PM UTC-7, PK wrote: > > Has anybody else experienced something similar, the message is of the form > below. Any suggestions where to start? It seems like an issue on the

[google-appengine] E-mails from GAE standard to hotmail.com accounts bouncing for the past hour

2017-10-19 Thread PK
Has anybody else experienced something similar, the message is of the form below. Any suggestions where to start? It seems like an issue on the Microsoft side but it happens only for e-mails originating at GAE standard. Your message wasn't delivered to x...@hotmail.com

[google-appengine] Re: [Google Cloud Insiders] Transitioning from Google App Engine SDK to gcloud, what to expect

2017-09-29 Thread PK
com>> wrote: > This is great! I once tried migrating from the SDK, but then I got upset how > difficult the process was and just ended up downloading the SDK again. I'll > read your summary on Monday. Thanks for sharing! > > On Sun, Sep 24, 2017 at 14:11 Alexey Maloletkin

[google-appengine] Transitioning from Google App Engine SDK to gcloud, what to expect

2017-09-24 Thread PK
<https://www.gae123.com/article/gae-sdk-gcloud> for anybody else interested in this. Best, PK www.gae123.com -- 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 i

[google-appengine] Re: Reverse Proxy for custom domain SSL and Users Service possible?

2017-09-13 Thread PK
Hi Tarun, I am hitting the same problem today. Did you find any solution? "I'm still not sure why mydomain.com/_ah/conflogin?state=blah fails and requires this workaround." Thanks PK On Wednesday, March 21, 2012 at 3:49:32 PM UTC-7, tarun2000 wrote: > > I'm posti

[google-appengine] Re: [Google Cloud Insiders] Google App Engine apps blocked by an organization, any suggestions?

2017-09-12 Thread PK
en GAE quietly dropped the feature, I do remember as well that at some point in the past when SNI was not widely deployed, they were offering dedicated IP addresses on GAE Standard. PK > On Sep 8, 2017, at 6:02 PM, PK wrote: > > Kalev: > > I understand and I even happen

[google-appengine] Re: [Google Cloud Insiders] Google App Engine apps blocked by an organization, any suggestions?

2017-09-08 Thread PK
th GCE HTTPS > Load Balancer sitting in front of a cluster of GCE proxies if you need that > kind of scalability. > > K > > On Fri, Sep 8, 2017 at 8:13 PM, PK mailto:p...@gae123.com>> > wrote: > This is related to another thread I initiated today. I am prett

[google-appengine] Google App Engine apps blocked by an organization, any suggestions?

2017-09-08 Thread PK
point, any ideas how to go around this problem?? I looked at Cloudflare but they will probably have the same problem since they do not seem to give their customers their own IP either. Any other suggestions? Thanks, PK www.gae123.com -- You received this message because you are subscribed to

[google-appengine] Re: [Google Cloud Insiders] Is there a way to generate an alert when the GAE actual reaches more than 75% of the daily budget?

2017-08-30 Thread PK
Is there an API to get to the amount spent from the start of the day? > On Aug 30, 2017, at 8:55 AM, 'Jordan (Cloud Platform Support)' via Google > Cloud Insiders wrote: > > There is a feature request for the > App Engine spending limit to be integrat

[google-appengine] Re: [Google Cloud Insiders] Is there a way to generate an alert when the GAE actual reaches more than 75% of the daily budget?

2017-08-29 Thread PK
tp://www.veolia.com/> > <https://plus.google.com/u/0/100132874421484792347/about> > <https://www.youtube.com/user/veoliaenvironnement> > <https://www.facebook.com/pages/Veolia/106821786149402> > <https://www.linkedin.com/company/veolia-environnement> >

[google-appengine] Is there a way to generate an alert when the GAE actual reaches more than 75% of the daily budget?

2017-08-29 Thread PK
Thanks -- 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-appengine@

[google-appengine] Re: Unable to deploy application on google appengine

2017-08-29 Thread PK
+1 for Attila's last comment. Development is complex, why would you make it even more complex by developing for Google App Engine on XP? I also suggest you explore other options... Best, PK On Monday, August 28, 2017 at 8:41:27 PM UTC-7, Attila-Mihaly Balazs wrote: > > Hello, >

[google-appengine] Re: [Google Cloud Insiders] Re: Does GCS in GAE standard development server still work for you?

2017-08-11 Thread PK
th new sample date and I am completely hosed. I conclude that reads have been working but writes fail. Thanks a lot for your attention > On Aug 11, 2017, at 7:10 AM, 'Yannick (Cloud Platform Support)' via Google > Cloud Insiders wrote: > > Hello PK, as this sounds like an i

[google-appengine] "Sandbox prevented access to" INFO messages

2017-08-11 Thread PK
There seems to be a change in the latest SDK that causes many messages of this kind. Does anybody know more? INFO 2017-08-11 08:29:51,921 stubs.py:50] Sandbox prevented access to file … INFO 2017-08-11 08:29:51,921 stubs.py:51] If it is a static file, check that `application_readable:

[google-appengine] Does GCS in GAE standard development server still work for you?

2017-08-10 Thread PK
anges I can think of are the latest SDKs and upgrade to a later version of ubuntu that has python 2.7.12 as the default. Production works fine... Thanks, PK -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe fro

[google-appengine] Re: Exceeded soft private memory limit of 128 MB with 128 MB after servicing 238 requests total

2017-08-07 Thread PK
Is there any general tool successfully used to profile how much memory a request is using and whether it is leaking any memory? I still do not have a good general solution when I hit this problem. Thanks, PK On Sunday, July 30, 2017 at 9:03:22 AM UTC-7, Richard Cheesmar wrote: > > I am

Re: [google-appengine] How to pass service/module version when running services/modules with dev_appserver.py in gcloud environment

2017-07-07 Thread PK
I filed this issue about this: https://issuetracker.google.com/issues/63445280 <https://issuetracker.google.com/issues/63445280> > On Jul 7, 2017, at 12:44 PM, PK wrote: > > I agree and look forward to proper resolution. Thank you Dave!! > >> On Jul 7, 2017, at 10:46 A

Re: [google-appengine] How to pass service/module version when running services/modules with dev_appserver.py in gcloud environment

2017-07-07 Thread PK
I agree and look forward to proper resolution. Thank you Dave!! > On Jul 7, 2017, at 10:46 AM, 'David Nicholson' via Google App Engine > wrote: > > Hi PK, Yannick, > > This does seem like an oversight, and I don't see a way to pass this > information i

Re: [google-appengine] Re: Deployments stuck at "Update App Engine module"

2017-06-28 Thread PK
I cannot share the ticket because they made the ticket “private" so I can upload my logs. I did enter a link to this thread in the comments. > On Jun 28, 2017, at 8:21 PM, Geoffrey Arnold > wrote: > > Thanks Yannick and PK. > > PK, can you post a link to the issue yo

[google-appengine] Re: Deployments stuck at "Update App Engine module"

2017-06-28 Thread PK
Geoffrey I had the same issue. I filed a case and a bug report. Somebody from Google is already looking into it. I worked around by going back to SDK deployment appcfg.py that fortunately still works for me. On Tuesday, June 27, 2017 at 12:44:54 PM UTC-7, Geoffrey Arnold wrote: > > Hello, > > It

Re: [google-appengine] Re: How to pass service/module version when running services/modules with dev_appserver.py in gcloud environment

2017-06-26 Thread PK
27; via Google > App Engine wrote: > > Hello PK, > > You are correct, there is an inconsistency in how the local development > server and the gcloud command line interface handle versions and services. If > you want to you can create a feature request > <https:/

[google-appengine] How to pass service/module version when running services/modules with dev_appserver.py in gcloud environment

2017-06-25 Thread PK
the module/service version number to dev_appserver.py. Am I missing something or this is still WIP? As a workaround I now generate two sets of yaml files, one with version for dev_appserver.py and one without for 'gcloud deploy' but I would expect to be a better way. Thanks, PK www.g

[google-appengine] Re: Is Google App Engine Launcher being deprecated? Why??

2017-06-14 Thread PK K
Every major IDE these days has integration with app engine and there are open source tools as well. As long as the GAE core team provides the APIs needed for third parties this sounds the right approach to me. Let the Google team devote its resources on the core issues that nobody else can solv

[google-appengine] Fwd: Enhancing the Python experience on App Engine

2017-06-04 Thread PK
tps://issuetracker.google.com/issues/38436688>: Code in the GAE Standard python SDK reaches out of the top level to access cacerts.txt causing issues with python 2.7.12 Best, PK www.gae123.com > > > Enhancing the Python experience on App Engine > <http://cloudplatform.googleblog.com/

[google-appengine] Meet today or tomorrow at Next17

2017-03-06 Thread PK
I am in the Marriot in SF involved with bootcamps today and tomorrow. If anybody is around interested in meeting at the end of the day for a drink, send me a direct e-mail. PK p...@gae123.com -- You received this message because you are subscribed to the Google Groups "Google App E

Re: [google-appengine] Re: Production SDK stuck at 1.9.48?

2017-03-03 Thread PK
Hi Kaan, I am not sure what what is the GUI you refer to. I never used a GUI, I have always been using appcfg.py as a CLI tool. PK www.gae123.com > On Mar 2, 2017, at 11:51 PM, Kaan Soral wrote: > > Just checked gcloud myself, compared to appcfg, I really really like the > exa

Re: [google-appengine] nickname field in GAE Standard logs

2017-02-22 Thread PK
at will be > directed to the appropriate engineering team in any case. > > Once you've file this feature request to the App Engine public issue tracker > <https://code.google.com/p/googleappengine/issues/list>, please post a link > to it here so that others in the comm

[google-appengine] nickname field in GAE Standard logs

2017-02-20 Thread PK
l show ‘foo’. I do not see the domain captured in any other field. Unless I am missing something where would be the right public tracker these days to file an enhancement for this? Thanks PK www.gae123.com -- You received this message because you are subscribed to the Google Groups "

Re: [google-appengine] Re: Doing Totals/aggregates

2017-02-10 Thread PK
Are you aware of this map/reduce framework?I have been using it for reporting on top of datastore. It is not as convenient as a SQL aggregation query but is very flexible. https://cloud.google.com/appengine/docs/python/dataprocessing/ PK gae123.com > On Feb 10, 2017, at 7:22 AM, '

Re: [google-appengine] Alternative to Objectify: Catatumbo?

2016-12-13 Thread PK
ll start to show up early in 2017, beginning with the Java 8 runtime.” Best, PK > From: "'Jordan (Cloud Platform Support)' via Google App Engine" > > Subject: Re: [google-appengine] Re: Alternative to Objectify: Catatumbo? > Date: December 13, 2016 at 2:00

[google-appengine] GAE Standard Datastore increased rate of "Internal Error" errors

2016-12-01 Thread PK
I see quite a few of these in my logs the past couple of days. Anybody else with a similar issue? File "/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/ext/db/__init__.py", line 1540, in get return get_async(keys, **kwargs).get_result() File "/base/data/home/r

Re: [google-appengine] Google has fixed 30 of 707 bugs reported in the past 12 months

2016-11-26 Thread PK
each application, you need to look at your numbers. I hope this clarifies and I am sorry for any confusion. > On Nov 26, 2016, at 1:24 PM, Renaud Tarnec wrote: > > @PK: Hi, could you please explain a bit more in detail what is the "30% price > hike coming on Dec 5? Working e

Re: [google-appengine] Google has fixed 30 of 707 bugs reported in the past 12 months

2016-11-25 Thread PK
many customers use it so we know what to stay away from.. --PK PS btw I have been spending the thanksgiving holiday figuring out how to migrate to a different log system and avoid/minimize the 30% price hike coming on Dec 5. A lot of fun and good progress but I have customer features to work

Re: [google-appengine] Google has fixed 30 of 707 bugs reported in the past 12 months

2016-11-18 Thread PK
GAE issues and this is also very much appreciated. We will be following the developments closely. Best, PK > On Nov 17, 2016, at 10:42 AM, 'Lorne Kligerman' via Google App Engine > wrote: > > Hi there folks, > > Apologies for the delayed response. We def

Re: [google-appengine] Re: What is the state of 3rd party Python libraries in GAE standard environment?

2016-11-04 Thread PK
Correct. I have been successfully using this technique for many many 3rd party libraries for a while now. > On Nov 4, 2016, at 12:13 PM, Evan Jones wrote: > > You may already be aware of this, but the documentation has started > encouraging users to "vendor" third-party dependencies by includ

Re: [google-appengine] Using gcloud instead of the GAE SDK to develop GAE standard

2016-11-03 Thread PK
guys have been able to reach on the local > emulator? > 30MB seems to small by any standard. But I've read on SO that GAE basically > reads it all at once as a file, that's why it runs out of memory eventually. > > On Thursday, 3 November 2016 10:25:20 UTC+13, PK wrot

Re: [google-appengine] Google has fixed 30 of 707 bugs reported in the past 12 months

2016-11-03 Thread PK
happy with GAE otherwise, but because of the uncertainty I just cannot see myself starting other projects or recommending it to others. PK > On Nov 2, 2016, at 8:04 PM, pdknsk wrote: > > https://code.google.com/p/googleappengine/issues/list?can=1&q=opened-after%3Atoday-365&s

Re: [google-appengine] Re: Channel API alternatives

2016-11-03 Thread PK
Hi Alexey, this has been my understanding too but have never had direct experience with it. I was surprised that Google Support suggested it as an alternative. I still do not think it is. PK > On Nov 3, 2016, at 4:49 PM, 'Alexey' via Google App Engine > wrote: > > Cl

[google-appengine] Using gcloud instead of the GAE SDK to develop GAE standard

2016-11-02 Thread PK
Is the gcloud toolchain now in parity with the GAE SDK tools? It seems that gloud is the future and I am considering switching my environment over but want to (1) confirm and (2) see if there are any gotchas that others run into. Thanks, PK p...@gae123.com -- You received this message

Re: [google-appengine] Re: Channel API alternatives

2016-11-01 Thread PK
Thanks Jordan. How were you thinking that pubsub will work all the way out to the browsers? Thanks, PK p...@gae123.com PS I could write a lot about the first two sentences of your response but I will skip it. I will just say that it is ironic that a low usage platform like GCP makes such bold

[google-appengine] Channel API alternatives

2016-10-29 Thread PK
communication similar to what the Channel API has been providing that you would recommend? Thanks, PK p...@gae123.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emai

Re: [google-appengine] Re: Is there something like a "back_off" for ndb.transaction's?

2016-10-29 Thread PK
I have found push task queues very reliable and use them all the time. PK http://www.gae123.com > On Oct 29, 2016, at 7:29 AM, Kaan Soral wrote: > > Thanks for sharing retrying, indeed it's pretty interesting > > My situation is pretty unique, that's why there

Re: [google-appengine] Mail API Quotas

2016-10-18 Thread PK
ic tracker. PK p...@gae123.com > On Oct 18, 2016, at 8:50 AM, Joshua Smith wrote: > > Nick, > > I know you are stuck in the apologist position, and there’s nothing you can > do about it, but come on… > > It is positively absurd that GAE doesn’t include any bulk e

Re: [google-appengine] Re: https ERR_TOO_MANY_REDIRECTS

2016-10-03 Thread PK
of the GAE front end? PK p...@gae123.com > On Oct 3, 2016, at 9:16 AM, 'Adam (Cloud Platform Support)' via Google App > Engine wrote: > > Glad I was able to help. > > For others who may come across this thread, would you mind sharing your > solution? I

[google-appengine] Moving a Google App Engine standard app from one region to another

2016-09-29 Thread PK
Hi, is it possible to move a GAE standard app from one US region to another one? The app has been in production for a while (actually since there was only one region :-))... Thanks, PK p...@gae123.com -- You received this message because you are subscribed to the Google Groups "G

[google-appengine] Re: How to change Logs quotas

2016-08-24 Thread PK
Sub <https://cloud.google.com/logging/docs/export/configure_export>". PK p...@gae123.com > On Aug 23, 2016, at 9:13 AM, PK wrote: > > I recall there was a way in the old console to > > 1. see how much storage your logs take and how many days this spans > 2.

[google-appengine] How to change Logs quotas

2016-08-23 Thread PK
mit-in-google-developers-console> seems out of date). PK p...@gae123.com -- 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-ap

Re: [google-appengine] Major outage right now 4 PM EST?

2016-08-11 Thread PK
I suspect some request routing problem. From where I sit my app looks OK but stackdriver keeps sending me ALERT/RESOLVED pairs so I guess some probes give it errors but others do not…. PK p...@gae123.com > On Aug 11, 2016, at 2:14 PM, 'Josh Moore' via Google App Engine > w

Re: [google-appengine] RemoteAPI - LoginException

2016-07-28 Thread PK
> > > >> On Thu, Jul 28, 2016 at 11:59 AM, PK wrote: >> Do you have any security constraint on /remote_api? >> >> PK >> p...@gae123.com >> >> >> >> >>> On Jul

Re: [google-appengine] RemoteAPI - LoginException

2016-07-27 Thread PK
Do you have any security constraint on /remote_api? PK p...@gae123.com > On Jul 27, 2016, at 10:55 PM, Rajesh Gupta > wrote: > > In the web.xml > > > RemoteApi > > com.google.apphosting.utils.remoteapi.RemoteApiServlet > >

Re: [google-appengine] RemoteAPI - LoginException

2016-07-21 Thread PK
In your app.yaml equivalent for Java, how do you turn on remote_api, can you please cut & paste the section? PK p...@gae123.com > On Jul 19, 2016, at 12:54 AM, Rajesh Gupta > wrote: > > I am using > RemoteApiInstaller installer = new RemoteApiInstaller(); >

Re: [google-appengine] Mail Service Deprecation?

2016-06-28 Thread PK
any of the other issues would have been resolved. Anyways, I am glad to hear Kim's comments. PK http://www.gae123.com > On Jun 28, 2016, at 9:34 AM, Jeff Schnitzer wrote: > > Geezus…inline… > >> On Mon, Jun 27, 2016 at 4:41 PM, Joshua Smith >> wrote: >&

Re: [google-appengine] Mail Service Deprecation?

2016-06-27 Thread PK
our apps with higher quotas. PK p...@gae123.com > On Jun 27, 2016, at 1:39 PM, Joshua Smith wrote: > > >> On Jun 27, 2016, at 3:37 PM, 'Kim Lewandowski' via Google App Engine >> > <mailto:google-appengine@googlegroups.com>> wrote: >> &g

Re: [google-appengine] Re: FIXED: Issue 10783 in googleappengine: SSL on custom domains has insecure RC4 enabled

2016-05-18 Thread PK
about this in the recent past) but today somebody tried it and saw that this is not an issue any more and closed it… In any case, it is Q1 quota… and a Googler going over the public bug tracker in the line of work, is a good development!!! PK p...@gae123.com > On May 18, 2016, at 2:21 PM, pdk

[google-appengine] FIXED: Issue 10783 in googleappengine: SSL on custom domains has insecure RC4 enabled

2016-05-18 Thread PK
Good things come to those who wait... Thank you Google!!! PK p...@gae123.com > Begin forwarded message: > > From: googleappeng...@googlecode.com > Subject: Re: Issue 10783 in googleappengine: SSL on custom domains has > insecure RC4 enabled > Date: May 18, 2016 at 11:40

Re: [google-appengine] Mail Service Deprecation?

2016-05-04 Thread PK
not want to open this can of worms with another vendor’s APIs. Please do not change it/deprecate it except to improve it along the lines of improvements we have filed in the public tracker. Thanks, PK p...@gae123.com > On May 4, 2016, at 10:10 AM, 'Nick (Cloud Platform Support)

Re: [google-appengine] Unwelcome change: Paginating the task queue list

2016-04-28 Thread PK
Agree PK p...@gae123.com > On Apr 28, 2016, at 9:16 AM, Stefano Ciccarelli > wrote: > > I'm about to write the kind of post I hate: +1! > > Il giorno gio 28 apr 2016 alle ore 18:15 Jeff Schnitzer <mailto:j...@infohazard.org>> ha scritto: > Hi Google

Re: [google-appengine] Cannot send mail

2016-04-04 Thread PK
I want to state that I disagree with Jeff. Whoever maintains the mail service is doing a great job and something very useful. Just for the record... Thanks, PK p...@gae123.com > On Apr 4, 2016, at 2:00 PM, Jeff Schnitzer wrote: > > My only concern is getting the Mail API turned of

Re: [google-appengine] Re: Geo information from Traces

2016-03-29 Thread PK
;C/Privacy Policy that you use these to offer your service you should be fine. PK p...@gae123.com > On Mar 29, 2016, at 10:00 AM, 'Nick (Cloud Platform Support)' via Google App > Engine wrote: > > Hey Sandeep, > > Excellent question. I've just noticed th

Re: [google-appengine] Mail API Quotas

2016-03-15 Thread PK
. However, this will be a pity and definitely a step in the wrong direction since I will have to move blobs across clouds (outgress traffic is expensive) and will have to work with multiple cloud vendors and storage offerings. PK p...@gae123.com > On Mar 15, 2016, at 12:41 PM, Jeff Schnitzer wr

Re: [google-appengine] Mail API Quotas

2016-03-15 Thread PK
Sorry Friday this week is not a good day for me PK p...@gae123.com > On Mar 4, 2016, at 1:15 PM, Joshua Smith wrote: > > Today one of our sales guys asked if I could do anything about the fact that > emails he sends from Salesforce are being blocked by clients and prospects &g

Re: [google-appengine] Is the Search API on the chopping block?

2016-02-25 Thread PK
Amen!! It is much more than just an API so this change sounds in the right direction. I hope they put it inside the Storing Data section next, where it belongs. PK p...@gae123.com > On Feb 25, 2016, at 12:17 PM, Robert Fox wrote: > > Moreover what used to be called the "Sear

Re: [google-appengine] New Cloud Console

2016-02-23 Thread PK
We also need the “Billing/Usage History” equivalent functionality, has this page been migrated to the new console? PK p...@gae123.com > On Feb 23, 2016, at 3:46 PM, johnP wrote: > > Just got email that old appengine console will be shut off in 6 weeks. The > new cloud cons

Re: [google-appengine] Re: Planning to use appengine/datastore/cloud storage. Have few questions

2016-02-04 Thread PK
I think the answer is yes. Look at this: http://stackoverflow.com/questions/10306753/entity-groups-and-namespaces --Panos > On Feb 4, 2016, at 6:20 AM, Dhanunjaya Naidu. Yandrapu > wrote: > > Thanks Wolfram for sharing your thoughts and i very much appreciate it. > > I was also thinking of s

Re: [google-appengine] Java & Python Modules in Same App -- How?

2016-01-28 Thread PK
Hi Andrei, I have not done it but my understanding is that it is possible. You would need multiple modules. The python modules would use yaml files. The Java modules xml files. The default module would have the one dispatch.yaml file that will route to the appropriate modules. Modules share the

Re: [google-appengine] Re: Log Viewer shows only Log Level and Datetime Stamp; no log details visible

2016-01-25 Thread PK
tps://groups.google.com/d/msgid/google-appengine/c72e0e93-4da0-4ee1-9bf6-2ed369d354d5%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. PK p...@gae123.com -- You receive

Re: [google-appengine] Re: What is storage engine underneath the so called "Search API" engine

2016-01-22 Thread PK
been using and understand very well. > On Jan 22, 2016, at 10:51 AM, Nick (Cloud Platform Support) > wrote: > > Hey PK, > > The Search API is not quite a database. The Search API provides a model for > indexing documents which contain structured data. A model is simply an ob

[google-appengine] What is storage engine underneath the so called "Search API" engine

2016-01-21 Thread PK
availability even in the event of catastrophic failure of one data center, I have not found much on the architecture of the search API store. Does anybody have any pointers to such material? Thanks, PK p...@gae123.com -- You received this message because you are subscribed to the Google

[google-appengine] How does Cloud Trace decide which requests to trace?

2016-01-11 Thread PK
I spent some time tonight with Cloud Trace. It seems very promising but I could not find certain requests. Does it sample requests or is supposed to capture all of them? Is there a way to ensure that a certain request is captured? Thanks, PK p...@gae123.com -- You received this message

Re: [google-appengine] Re: dev_appserver.py super slow

2015-12-31 Thread PK
On my environment I have not seen any such issues recently, quite the opposite this part is very smooth. Since the stack below the SDK can vary a lot, please provide some more information about your SDK environment for somebody to assist further. --PK > On Dec 31, 2015, at 7:20 PM, Br

Re: [google-appengine] Google App Engine Developers Console - logs viewer somewhat flaky

2015-12-13 Thread PK
pengine/92957274-7ef4-4051-be8c-0ab17cb975e5%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. PK p...@gae123.com -- You received this message because you are subscribed to th

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

2015-12-10 Thread PK
discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/CA%2BmR5QD0xj3KYmF6d8Ds7EzwP-zyWJc_pWyok2X861C%2BDX41ow%40mail.gmail.com > > <https://groups.google.com/d/msgid/google-appengine/CA%2BmR5QD0xj3KYmF6d8Ds7EzwP-zyWJc_pWyok2X861C%2BDX41ow%40mail.gmail.com?utm

[google-appengine] Re-indexing existing data instability

2015-12-10 Thread PK
s but not too much data in the big scheme of things. What has been your experience with re-indexing existing data? Is there any tip/workaround to avoid this? Thanks PK p...@gae123.com PS If Google wants my app’s id to take a look please contact me to send it to you in private PS2 I have also

Re: [google-appengine] GAE Inbound Email to non-default Module

2015-12-10 Thread PK
le-appengine/1670d399-acff-4eff-a888-99e98f52a31f%40googlegroups.com > > <https://groups.google.com/d/msgid/google-appengine/1670d399-acff-4eff-a888-99e98f52a31f%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout

Re: [google-appengine] Saving incoming email to datastore

2015-12-09 Thread PK
0X-_4omZ997G99sHkv_iPhoWX22FNxA%40mail.gmail.com > > <https://groups.google.com/d/msgid/google-appengine/CAE46Be_Z2GApJMiObOS0X-_4omZ997G99sHkv_iPhoWX22FNxA%40mail.gmail.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout >

Re: [google-appengine] Re: GAE Inbound Email to non-default Module

2015-12-09 Thread PK
ups.google.com/d/msgid/google-appengine/CAE46Be85muxis6P_WnwAtMvqX0eO2kiArsRcAWKE4Ww%2BV3tS2g%40mail.gmail.com > > <https://groups.google.com/d/msgid/google-appengine/CAE46Be85muxis6P_WnwAtMvqX0eO2kiArsRcAWKE4Ww%2BV3tS2g%40mail.gmail.com?utm_medium=email&utm_source=footer>. > Fo

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

2015-12-09 Thread PK
754841%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. PK p...@gae123.com -- You received this message because you are subscribed to the Google Groups "Goog

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

2015-12-09 Thread PK
roups.google.com/d/msgid/google-appengine/3d86cc6d-b83d-4746-900b-a5e7505dc746%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. PK p...@gae123.com -- You received this

Re: [google-appengine] Re: GAE Inbound Email to non-default Module

2015-12-08 Thread PK
cussion on the web visit > https://groups.google.com/d/msgid/google-appengine/a352d0a0-13bd-4c8e-ba27-c9ccf5f9900e%40googlegroups.com > > <https://groups.google.com/d/msgid/google-appengine/a352d0a0-13bd-4c8e-ba27-c9ccf5f9900e%40googlegroups.com?utm_medium=email&utm_source=footer>. > For

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

2015-11-23 Thread PK
? PK p...@gae123.com > > > Updated Google Cloud Platform console > > Dear Google Cloud Platform customer, > > A majority of Google Cloud Platform console customers are now using the new > GCP console to manage their applications and services. On November 30, 2015,

Re: [google-appengine] Angular 2 on GAE?

2015-11-17 Thread PK
>From what I know angular 2 is a client side framework. You can get any client >side framework use GAE for its server side needs. PK http://www.gae123.com > On Nov 17, 2015, at 2:16 PM, Patrick Boutet wrote: > > Just wondering if creating a Angular 2 app on GAE is possib

Re: [google-appengine] App engine 1.9.29 issue - Error 204

2015-11-06 Thread PK
it this group at http://groups.google.com/group/google-appengine. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/42eade92-befc-4dd9-a5dc-aed71b8d5d23%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. PK p.

Re: [google-appengine] Error: AngularJs Application with PHP backend

2015-10-19 Thread PK
HTML files (and friends) aka the static content is treated differently from your execution files. For you php files, you need something like this, look at the tutorial - url: /.* script: helloworld.php Best, PK > On Oct 19, 2015, at 8:04 AM, sharmel doyin wrote: > > Thanks, How

Re: [google-appengine] Error: AngularJs Application with PHP backend

2015-10-19 Thread PK
I am not a php expert but I do not see an error just warnings. I suspect that the following app.yaml lines make the directory where you have the php files be treated like static content. Do you really want to expose your code like that? - url: /services static_dir: services > - url: /class

[google-appengine] Feedback to Google Technical Support on their contribution in this list

2015-10-16 Thread PK
any value or just help increase a metric of responses your organization is monitoring. Again just my 2c, PK p...@gae123.com PS I suspect this is the wrong forum for this kind of feedback and apologize in advance. -- You received this message because you are subscribed to the Google Groups

Re: [google-appengine] Re: Cron task has fails without trace in the logs

2015-10-16 Thread PK
16, 2015, at 2:30 PM, Nick (Cloud Platform Support) wrote: > > Hey PK, > > This forum isn't the right place to look for specific issue technical > support, and is meant for more general discussion of the platform and > services. If you'd like, you could post a clari

[google-appengine] Cron task has fails without trace in the logs

2015-10-16 Thread PK
failed? I assume the system tried both the 14 & the 15th and failed in both cases?? Thanks, PK p...@gae123.com -- 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,

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

2015-10-09 Thread PK
I run into this today as well in the new UI. Very annoying, I hope it gets fixed soon. --PK > On Oct 5, 2015, at 12:29 PM, Patrice (Cloud Platform Support) > wrote: > > Hi Andrei, > > Sorry for not keeping you posted here. We're actually still investigating >

Re: [google-appengine] dev_appserver.py super slow

2015-09-21 Thread PK
sday, September 17, 2015 at 8:34:16 PM UTC-4, PK wrote: > What machine, how much ram, have you looked at the OS profiler who is using > the cpu and ram? > > Did it ever work better? > > PK > http://www.gae123.com > <http://www.google.com/url?q=http%3A%2F%2Fwww.gae123.co

Re: [google-appengine] Re: Qualys SSL Test keeps rating Google App Engine sites with B

2015-09-19 Thread PK
nk GAE should give more flexibility to the developer on how to configure SSL. > On Sep 19, 2015, at 9:27 PM, Kyle Finley wrote: > > PK, > > It looks like this issue will be resolved soon. > > Disabling SSLv3 and RC4 > <http://googleonlinesecurity.blogspot.com/201

Re: [google-appengine] Managing credentials for other services used by an App Engine app.

2015-09-19 Thread PK
engine/99c73026-edc5-429c-b415-49f17f6c79c3%40googlegroups.com > > <https://groups.google.com/d/msgid/google-appengine/99c73026-edc5-429c-b415-49f17f6c79c3%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > &

[google-appengine] Qualys SSL Test keeps rating Google App Engine sites with B

2015-09-18 Thread PK
in the clear between that front end and Google, so I want a fix from Google.) Thanks PK p...@gae123.com -- 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, s

  1   2   3   4   >