[google-appengine] Profiling python on GAE flex

2018-09-27 Thread Neil Ghosh
Has anyone tried profiling a service in python GAE flex? The cloud profiler is not available yet for python. pyflame needs ptracing to be enabled inside docker and cProfile does not seem to be profiling across process. -- You received this message because you are subscribed to the Google Grou

[google-appengine] Re: Spam Email Being Delivered to Inbox

2016-06-28 Thread Neil Notme
ng being > moved to spam) will be reflected on your local device using Outlook. If > the email is deleted in one place, it will be deleted in both. If existing > in one place, it will exist in both. > > I hope you find answers to your questions with the resources linked above.

[google-appengine] Spam Email Being Delivered to Inbox

2016-06-28 Thread Neil Notme
I had my email configured as pop account and when spam email was delivered it was put into the gmail spam folder on the web and when I looked at my email in Outlook it would not be there (like the way I would like). I just switched to IMAP and now when an email is delivered to my gmail account

[google-appengine] JSON API for DataStore

2015-06-06 Thread Neil Rao
I've been painfully trying to run my C# app with docker on app engine. It's nice that google supports docker, but what's the point if I can't access any app engine services? Anyway I've been trying to access datastore via the JSON API (since I cannot use Google's .NET libraries with the new Cor

Re: [google-appengine] Opensourced .NET Core and Google App Engine

2015-05-29 Thread Neil Rao
Hi Nick, Thanks, I'll experiment with the Endpoints API. I created a new feature request here (#12008): https://code.google.com/p/googleappengine/issues/detail?id=12008 Best, Neil On Friday, May 29, 2015 at 2:05:21 PM UTC-5, Nick (Cloud Platform Support) wrote: > > Hi Neil,

Re: [google-appengine] Opensourced .NET Core and Google App Engine

2015-05-29 Thread Neil Rao
That's cool. Is there a client library for the App Engine Search service? I can't find any, so I thought I'd write one, but I couldn't find any publicly accessible interfaces for it (REST etc). -- You received this message because you are subscribed to the Google Groups "Google App Engine" gro

[google-appengine] Opensourced .NET Core and Google App Engine

2015-05-24 Thread Neil Rao
With .NET Core being opensourced along with cross-platform runtimes for Linux, Windows, and Mac (and all the source code on GitHub ), I think it'd be absolutely amazing to see .NET suppo

[google-appengine] Error when running tests: TypeError: order() expects a Property or query Order; received DateTimeProperty('date')

2013-10-23 Thread Neil McLaughlin
om google.appengine.ext import ndb from google.appengine.ext import testbed from event_manager import application Can anyone suggest what is going on and what I have done wrong. Best Regards Neil -- You received this message because you are subscribed to the Google Groups "Google App Engine

[google-appengine] Redirect to Non-UTF-8 URL

2011-11-07 Thread Neil Hodges
x27;] = 'max- age=172800' memcache.set(digest, content, 3600) self.redirect(content) row.encoding = 'EUC-JP' in this case. If row.encoding = 'UTF-8' (the default) the behavior on the local and cloud instances is the same. What can I do to get the redi

Re: [google-appengine] Re: Urgent - unable to deploy really important app

2011-06-10 Thread Neil McCarthy
Working for me now too. On Fri, Jun 10, 2011 at 10:56 AM, Robert Kluin wrote: > Seems to be working again for me. It seemed to be impacting my HR > apps but *not* my master-slave apps. > > > > > > > > > > On Fri, Jun 10, 2011 at 13:35, Neil McCarthy wrote:

[google-appengine] Re: Urgent - unable to deploy really important app

2011-06-10 Thread Neil McCarthy
I am experiencing the same issue. I was able to do a deploy about an hour ago, but now I'm getting that HTML-ified 500 server error. -- 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.g

[google-appengine] We Need an Email Signature App!

2010-01-28 Thread Neil
nt to send nice custom signature. I've asked and researched but I am shocked that this feature isn't available yet. Please someone... make it for us. Sincerely, Neil Sargisian -- You received this message because you are subscribed to the Google Groups "Google App Engine" grou

[google-appengine] Re: missing logs

2009-10-05 Thread neil souza
thanks nick, responses in line (hope they come through right, i don't really know how to use groups) On Sep 30, 2:57 am, "Nick Johnson (Google)" wrote: > Hi Neil, > > Sorry for the delay responding. Responses inline. > > > > > > On Sat, Sep 26, 200

[google-appengine] Re: Sending mail

2009-09-26 Thread neil souza
oh man, sending emails is a pain. the process of doing it successfully is awkward, expensive and surprisingly opaque. here's what i recall, don't quote me on it... 1.) in order to have a chance-in-hell to getting email through, you need to send email from a 'whitelisted' email provider. the term

[google-appengine] missing logs

2009-09-26 Thread neil souza
endpoint as down system-wide so that subsequent requests never attempt the connection, but we were never that smart). thanks in advance, neil. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine"

[google-appengine] Re: the social network user id problem

2009-07-14 Thread neil souza
thanks, i'll go with that solution. On Jul 13, 4:13 am, "Nick Johnson (Google)" wrote: > On Sat, Jul 11, 2009 at 12:11 AM, neil souza wrote: > > > hey nick - met you at I/O in may, foulplay media, social gaming and > > all that... still think you should get on

[google-appengine] Re: the social network user id problem

2009-07-10 Thread neil souza
ric key if possible (should be faster, avoid casting). can i do this? otherwise, as tmdk mentioned, i could use key_name and stick a letter in front of it, like 'L12345' for platform user id 12345. On Jul 10, 7:23 am, "Nick Johnson (Google)" wrote: > On Fri, Jul 10,

[google-appengine] the social network user id problem

2009-07-10 Thread neil souza
the problem: how to best structure the id system for a social network app on app engine. the run down: users access the app through a social network. they identify themselves to the app with a 'platform type id' (pl_type_id, enum) and 'platform user id' (pl_user_id, 64bit int) pair. examples:

[google-appengine] Deploying to Google is very slow

2009-07-06 Thread Neil
These days i found that my application deploying is very slow, it needs 3 - 5 minutes, and 1 minute was ok before. why? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this grou

[google-appengine] Re: how to manage app admin?

2009-07-02 Thread neil souza
thanks - i immediately found that page after you told me - not sure how i missed it. On Jul 2, 8:35 am, Wooble wrote: > Neil, > > You can add more admins to an app from the Dashboard.  An app only > counts against the app creation quota of one user, but it's not tied > to

[google-appengine] how to manage app admin?

2009-07-02 Thread neil souza
i need to set up production apps. as is, it seems that apps are associated to one and only one *user* account. this is a problem because multiple users (developers) need to be able to admin an app (to deploy, fetch logs, view datastore, etc.). we also need our tracking system to be able to fetch

[google-appengine] Re: Python Vs Java in GAE

2009-06-11 Thread neil
David, perfect summary, great post. Exactly my thoughts on this. There is also an Eclipse version for Python, not used yet. BTW: Is runtime performance comparable? Thanks On 11 Jun., 15:18, Lawrence Fitzpatrick wrote: > I believe that the GAE team has said they are committed to both, so > you

[google-appengine] Re: SMS support in Google App Engine

2009-06-01 Thread neil
Hi Vijay, did you ever get an answer on this, outside this board, or even a solution? Regards On 23 Apr., 09:18, vijay wrote: > Hi All,I am new to app-engine and planning to build a website which would > show some information and users can choose to send that information to their > mobiles. I