[google-appengine] Rejecting requests over a set size

2010-10-20 Thread Jeff Lindsay
PostBin.org is a very popular community tool used for debugging webhooks. Unfortunately, every now and then, somebody posts too much ... not in post count, but in frequency * request size, throwing us over our reasonable 4gb/day incoming bandwidth quota. I've considered running a proxy that

[google-appengine] Re: Announcing the Matcher API for Trusted Testers

2010-10-19 Thread Jeff Lindsay
Yes, I would love to apply since I'm building an app that would be perfect for this. However, the link is broken as Nick mentioned. On Oct 19, 5:29 pm, Nickolas Daskalou n...@daskalou.com wrote: Hi Ikai, I've tried accessing the trusted tester list but I get this permission error from Google

[google-appengine] Re: Keymaster to store your keys

2010-02-12 Thread Jeff Lindsay
/22 Jeff Lindsay progr...@gmail.com: For a while I've been complaining App Engine needs Admin defined environment variables that can be used to store api keys, passwords, and other sensitive information you wouldn't want in your source code repository. For a while, I was making a keys.py

[google-appengine] Keymaster to store your keys

2010-01-22 Thread Jeff Lindsay
it. That's fine. I'm not. But I figure some of you might find it useful. Cheers! Jeff Lindsay -- 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

[google-appengine] Re: Task API

2009-07-02 Thread Jeff Lindsay
Are you testing this locally? I know that at least the local dev server is not actually letting tasks run automatically. If you go to the Admin Console and look at the task queues it actually says Tasks will not run automatically. I find this VERY strange ... and annoying. But perhaps this is the