[google-appengine] Re: Question on how to modularize handlers

2012-11-09 Thread Kyle Finley
Shan, if you are using the python27 runtime it should be: # app.yaml runtime: python27 - url: /test script: handlers/test.application https://developers.google.com/appengine/docs/python/config/appconfig#Script_Handlers -- Kyle On Friday, November 9, 2012 9:18:35 AM UTC-6, Shan Sikdar wrote:

[google-appengine] Sending emails from gae using mailgun

2012-11-09 Thread Emmanuel Mayssat
I am writing an app that requires email to be sent (notifications) I am contemplating using mailgun as a service. 1/ I s there a email web service you recommended? I can send emails through mailgun using the 'request' python module def send_simple_message(): data = {"from": "Excited User ",

[google-appengine] Re: 503 Server Errors

2012-11-09 Thread Marcel Manz
Update: After killing all backend instances to get new ones, the problem is gone now. -- 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/-/cuBSnwFuNwk

[google-appengine] 503 Server Errors

2012-11-09 Thread Marcel Manz
We're currently seeing some 503 Server Errors and high latency while accessing our backends. The 503 errors do not even seem to hit our instances and no such errors can be found in the logs. App Engine simply outputs the following page: Error: Server Error The service you requested is not avail

[google-appengine] URL fetch purge method?

2012-11-09 Thread Peter Warren
Is there any way for me to send an HTTP PURGE request from app engine? The URL fetch docs seem to indicate that I can't. Is there another way? I'm trying to dynamically clear the cache in a remote caching reverse proxy and need to send a request like this: PURGE / HTTP/1.0 Host: example.com A

[google-appengine] Question on how to modularize handlers

2012-11-09 Thread Shan Sikdar
Hi basic question, Basically I'm having trouble modularizing handlers in GAE. Specifically in my application I have a download button that calls a Test handler so far I have: $('#download').button().click(function(){ $('