[google-appengine] How to "reply" to an email received by a GAE app?

2010-06-30 Thread Kyle Jensen

The docs are clear on receiving and sending email.  Now I'd like to
"reply" to an email from a user and have it appear correctly threaded
in their inbox.  How can I achieve this?

Thanks so much, Kyle

-- 
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 to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: How to "reply" to an email received by a GAE app?

2010-06-30 Thread Kyle Jensen
Sorry, what I wrote is not clear.

My application is receiving emails from users.  I'd like to reply to
those in an automated fashion.  E.g. "Thanks, we received your
email..."  etc.  It's not clear to me how to reply to a message that
my GAE app receives.

Thanks.  Kyle



On Jun 30, 10:53 am, "l.denardo"  wrote:
> Can you clarify what you're doing?
>
> The following thing works correctly, anyway:
>
> -Send the email using the Mail API setting
> * The user's address as the sender
> * The intended address (e.g. "admins") as the receiver
>
> When you receive the email at the destination address (e.g. your
> address if you're an admin) you can reply to it as if it were sent by
> the user from their favorite mail agent.
> I use the method above (actually, the email is sent to a public Google
> group of which I'm part) and my replies are correctly handled in the
> user's inbox (all Google Mail). Threading is handled by user's agent.
> Gmail works fine for sure, but it's not something you can control.
>
> Regards
> Lorenzo
>
> On Jun 30, 4:00 pm, Kyle Jensen  wrote:
>
>
>
> > The docs are clear on receiving and sending email.  Now I'd like to
> > "reply" to an email from a user and have it appear correctly threaded
> > in their inbox.  How can I achieve this?
>
> > Thanks so much, Kyle

-- 
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 to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Numerous internal errors & timeouts this morning, no app changes

2010-09-01 Thread Kyle Jensen

Hi, I'm seeing a ton of errors this morning including datastore
timeouts, http errors using the remote api, and the following error:

"Request was aborted after waiting too long to attempt to service
your  request. This may happen sporadically when the App Engine
serving  cluster is under unexpectedly high or uneven load. If you see
this  message frequently, please contact the App Engine team."


** Is there a problem this morning?  (I've got zero application
changes.)

Thanks, Kyle
appid: psgazettes

-- 
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 to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Numerous internal errors & timeouts this morning, no app changes

2010-09-01 Thread Kyle Jensen
Thanks for your note Tim.

Crap -- that is very concerning.  I haven't read through it all, but
my impression is you're saying apps you've worked on get 'stuck' in a
state with high error rates and you have evidence that it's due to the
location of the app within the infrastructure.

** Is that right?
** Have you found a way to 'un-stick' an app?  E.g. re-deployment,
major version change, fairy dust.

Sincerely,
Kyle

-- 
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 to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Numerous internal errors & timeouts this morning, no app changes

2010-09-01 Thread Kyle Jensen
Tim - thanks for the thoughtful response.  May I ask:

- Surely re-deployment causes immediate recycling?
- How did you migrate your datastore to the new appid or access data
from the old appid?
- How are you deploying multiple versions?  (Quite literally I mean,
what kinds of commands are you using on the commandline?)

Sincerely, Kyle



On Sep 1, 9:38 am, Tim Hoffman  wrote:
> When we had our major problem last time I found an appid that wasn't
> experiencing the problems and moved the whole
> application there.  I kept monitoring the bad instance for about 3
> weeks after and it was still getting hit the same time each day.,
>
> I haven't bothered to look at it since.
>
> On a side note, it looks like app recycling has moved out to between 4
> to 6 minutes. Which means if you run something like django
> and it fails during the initial imports you get a stuck instance that
> just barfs continously and won't die unless everyone stops trying to
> access it
> and it gets rec-cycled.  If recycle time has gone up from around 1-2
> mins to 4-6 minutes its going to be a lot harder to get rid of stuck
> instances.
>
> As a matter of course I now always to deploy 2 copies of the same code
> (version-numnber-a and version-number-b) and if one version gets
> stuck
> we will flick the default version to the alternate one.
>
> Unfortunately this hasn't worked at alll today as the quiet version
> won't start up either because of DeadlineExceeded errors.
>
> So app engine has been very flaky for me today (12 hours) and there is
> zip I can do about it. I am starting to get some heat over this (ie
> was it wise to chose appengine).
>
> Hopefully we can attract some attention from a google person.
>
> T
>
> On Sep 1, 9:25 pm, Kyle Jensen  wrote:
>
>
>
>
>
>
>
> > Thanks for your note Tim.
>
> > Crap -- that is very concerning.  I haven't read through it all, but
> > my impression is you're saying apps you've worked on get 'stuck' in a
> > state with high error rates and you have evidence that it's due to the
> > location of the app within the infrastructure.
>
> > ** Is that right?
> > ** Have you found a way to 'un-stick' an app?  E.g. re-deployment,
> > major version change, fairy dust.
>
> > Sincerely,
> > Kyle

-- 
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 to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Django 1.1 DeadlineExceededError apparently importing modules

2010-09-01 Thread Kyle Jensen
Same here - along with other deadline exceeded and timeout errors.
See this related threads:
http://groups.google.com/group/google-appengine/browse_thread/thread/e8eeeac2b616c77b

-Kyle

On Aug 31, 10:05 pm, Monte  wrote:
> I'd been successfully using Django 1.1 for a while now but suddenly
> today regularly getting DeadlineExceededError apparently importing
> modulesany thoughts?  Thanks
>
> example #1
> :
> Traceback (most recent call last):
>   File "/base/data/home/apps/.../1.344478808556530624/main.py", line
> 8, in 
>     from google.appengine.ext.webapp import template
>   File "/base/python_runtime/python_lib/versions/1/google/appengine/
> ext/webapp/template.py", line 65, in 
>     import django.template
>   File "/base/python_runtime/python_lib/versions/third_party/
> django-1.1/django/template/__init__.py", line 63, in 
>     from django.utils.html import escape
>   File "/base/python_runtime/python_lib/versions/third_party/
> django-1.1/django/utils/html.py", line 9, in 
>     from django.utils.http import urlquote
>   File "/base/python_runtime/python_lib/versions/third_party/
> django-1.1/django/utils/http.py", line 1, in 
>     import re
>
> example #2
> :
> Traceback (most recent call last):
>   File "/base/data/home/apps/.../1.344478808556530624/main.py", line
> 8, in 
>     from google.appengine.ext.webapp import template
>   File "/base/python_runtime/python_lib/versions/1/google/appengine/
> ext/webapp/template.py", line 65, in 
>     import django.template
>   File "/base/python_runtime/python_lib/versions/third_party/
> django-1.1/django/template/__init__.py", line 62, in 
>     from django.utils.safestring import SafeData, EscapeData,
> mark_safe, mark_for_escaping
>   File "/base/python_runtime/python_lib/versions/third_party/
> django-1.1/django/utils/safestring.py", line 6, in 
>     """

-- 
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 to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Skyrocketed instances problem on python apps.

2012-03-17 Thread Kyle Jensen
I am seeing the same thing...HUGE increases in instance numbers for brief 
periods: up to 500 in my case.

However, it doesn't appear that is reflected in the billing, as far as I 
can tell.  Something has changedthere are a few posts about this in the 
forum, but almost no responses.

Kyle

On Friday, March 9, 2012 5:03:45 PM UTC-5, Christopher Wong wrote:
>
> Hello,
> It caught my attention that instance usage on our app (tetris4fun) has 
> been shooting the roof - at some point there were 250+ instances running, 
> and 20 is what we need on daily basis so far.
> Attached are the graphs for the instances and the empty instances in 
> question. I have also attached the request graph to show that our usage 
> pattern is consistent.
>
>
> Thanks,
> Chris
>

-- 
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/-/uz5cMP6ksEwJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Requests / second chart displaying no data (dashboard) - log limit reached

2012-03-19 Thread Kyle Jensen
Ditto - my dashboard is not updating at all for the past 48 hours at least.
-Kyle

On Monday, March 19, 2012 12:05:47 AM UTC-7, Boris wrote:
>
>
>
> Hi,
> My dashboard "requests" chart has been displaying no data since I hit the 
> log limit last week.
> I would have assumed that the logs are stored on a sliding time window 
> basis, as my settings suggest: last 90 days.
> I see no option for resetting or whatever. Other dashboard indicators seem 
> to be working fine.
> Can anyone tell me what is going on?
>
> Btw, the app is NOT public, meaning that other than "internal" (task) 
> queries, there is no activity. 
> Are these types of queries now filtered out of the activity chart?
>
> Thanks,
> bw
>
>

-- 
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/-/YGIPdbH6VhcJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Encoding character. How to search/store strings with non-ascii chars?

2008-08-30 Thread Kyle Jensen

Hi Juan, try using the u"xxx" format, e.g.

ctmp = Category.gql("WHERE title = :1", u"Fórmula 1").get()

Also, maybe make sure your HTML files use utf-8 encoding...mine have

in the header and

at the very top (ahead of the  tag)

buen suerte, kyle

On Aug 28, 6:01 pm, Merlos <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I have a problem to get data that uses non ascii characters such as
> º,ª,á,é,í,ó,ú...
>
> I will explain how do I store and try to retrieve the data:
>
> On top of the python source file I have:
> # -*- coding: utf-8 -*-
>
> The form input:
> 
>
> Processing the form:
> def post...
>     ...
>     category.title = self.request.get("title")
>     ...
>     category.put()
>
> I fill the form with a category with title "Fórmula 1"
> I fill the form with a category with title "Baloncesto" (basket)
>
> Trying to find the category by title
>
> ctmp = Category.gql("WHERE title = :1","Fórmula 1").get()
> if ctmp is None:
>     self.response.out.write("Enjuto says: I cannot find tilded
> words :_(")
> else:
>      self.response.out.write("Pataliebre! I found it")
>
> Searching "Fórmula 1" is always None, but searching "Baloncesto" works
> fine.
>
> Somebody knows how do I have to store and retrieve data that has no
> ascii chars?
>
> Thank you in advance. Juan.
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Same request *sometimes* gives high CPU warning -- random?

2008-08-30 Thread Kyle Jensen


Our app serves has a few hundred hits a day at a particular url/view.
Seemingly randomly, some of these requests will throw the high CPU
warning, i.e.

"This request used a high amount of CPU, and was roughly 2.6 times
over the average request CPU limit. High CPU requests have a small
quota, and if you exceed this quota, your app will be temporarily
disabled."

But, its certainly not all the time. Just seems to be some times.
Nothing special as far as I can tell about these requests.

Does this happen to other people?  Is it just ghosts in the machine?

Thx, Kyle
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Same request *sometimes* gives high CPU warning -- random?

2008-09-02 Thread Kyle Jensen

I noticed that, if my application has not received any traffic for 10+
minutes, then receives a request, that first request takes a long time
to process.  I imagine that this is due to loading of modules, etc,
which are cached after the first request.  Subsequent, *identical*
requests do not raise a warning about CPU time.

Kyle

On Aug 31, 7:47 pm, Scumbag <[EMAIL PROTECTED]> wrote:
> I had a similar problem when I was using an older version of the
> appengine utilities (session management).  The request times were over
> 1000ms.
>
> On Aug 31, 1:25 am, Kyle Jensen <[EMAIL PROTECTED]> wrote:
>
>
>
> > Our app serves has a few hundred hits a day at a particular url/view.
> > Seemingly randomly, some of these requests will throw the high CPU
> > warning, i.e.
>
> > "This request used a high amount of CPU, and was roughly 2.6 times
> > over the average request CPU limit. High CPU requests have a small
> > quota, and if you exceed this quota, your app will be temporarily
> > disabled."
>
> > But, its certainly not all the time. Just seems to be some times.
> > Nothing special as far as I can tell about these requests.
>
> > Does this happen to other people?  Is it just ghosts in the machine?
>
> > Thx, Kyle
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Best location for module 'import' statements -- implications for load time & caching

2008-09-02 Thread Kyle Jensen


Where should 'import' statements be located?  Ie.
1) at the top of the file, or
2) in a function that requires the particular module?

If its #2 -- what are the implications for import caching on GAE?

(This is somewhat related to my other post:
http://groups.google.com/group/google-appengine/t/d7d85f78df6fc00
about long request times after the app has *presumably* been cleared
from the cache.)

Sincerely,
Kyle
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: InvalidSenderError (all of the sudden --- no changes to the app)

2008-09-03 Thread Kyle Jensen

Could this be related: 
http://groups.google.com/group/google-appengine/browse_thread/thread/70d8e04646d5336f
??

--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: users.is_current_user_admin() CANNOT recognize admin? And blank page problem?

2008-09-03 Thread Kyle Jensen

Probably a general issue related to authentication who is an admin.
Our app cannot send emails now likely for the same reason.  See:
http://groups.google.com/group/google-appengine/browse_thread/thread/10b9df16a88b68fe
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] InvalidSenderError (all of the sudden --- no changes to the app)

2008-09-03 Thread Kyle Jensen


Hi -- We're getting InvalidSenderError that are preventing outgoing
emails.  This email address *is* one of the admins.  Also, we've been
using this same code for a while now --- but this is a new error this
morning.

Anybody else having the same problem?

Sincerely,
Kyle
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Upload (ERROR appcfg.py:1334 An unexpected error occurred) Not Recovering - Many versions created

2008-09-04 Thread Kyle Jensen


EXACT same problem here.  Have you opened up an issue on the issue
tracker?


On Sep 4, 8:01 am, JacoGr <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I seem to have broken the upload completely. Like  a lot of people I
> have received the dreaded upload error in the past, but waiting for a
> while and re-trying seems to fix it. Not so today. After a couple of
> tries I received a "Too many versions deployed" error and I promptly
> went it ind deleted older versions - all seemed to be from broken
> uploads. Retrying the upload, I'm still stuck with the following:
>
> *** Running appfg.py with the following flags:
>     --no_cookies [EMAIL PROTECTED] --passin update
> Password for [EMAIL PROTECTED]: Scanning files on local disk.
> Initiating update.
> Cloning 120 static files.
> Cloned 100 files.
> Cloning 6 application files.
> Closing update.
> 2008-09-04 16:51:33,909 ERROR appcfg.py:1334 An unexpected error
> occurred. Aborting.
> Rolling back the update.
> Error 500: --- begin server output ---
>
> Server Error (500)
> A server error has occured.
> --- end server output ---
> If deploy fails you might need to 'rollback' manually.
> The "Make Symlinks..." menu option can help with command-line work.
> *** appcfg.py has finished with exit code 0 ***
>
> To make matters worse for every failed upload it seems to 5 versions
> on the server - this was most probably the cause of my "too many
> versions" error. (I then diligently clean/remove the extra uploaded
> versions.) However, the oldest version visible cannot be deleted, in
> itself it gives a "500 Server Error" when I try to remove it. So I
> have 2 versions: an older one that cannot be removed (???) and a newer
> one that seems to be the same as my last upload a couple of days ago.
> Any actions from the desktop in trying to upload my current code
> fails, creates 5 extra versions and the cycle repeats itself.
>
> Any idea how to get around this?
>
> Jaco
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Upload (ERROR appcfg.py:1334 An unexpected error occurred) Not Recovering - Many versions created

2008-09-04 Thread Kyle Jensen

Please STAR this issue: 
http://code.google.com/p/googleappengine/issues/detail?id=690
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Cron Schedule Format

2010-03-30 Thread Kyle Jensen
Same here, after update to latest SDK.  What's up?



On Mar 29, 12:43 pm, Jairo Vasquez Moreno  wrote:
> Hi,
>
> I'm getting this error when I update my app:
>
> Unable to assign value 'every day 04:00' to attribute 'schedule'
>
> But the cron seems to work properly.
>
> --
> Jairo Vasquez Moreno
> Mentez Developerwww.mentez.com
> Medellin - Colombia

-- 
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 to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Cron Schedule Format

2010-03-30 Thread Kyle Jensen
FYI 
http://groups.google.com/group/google-appengine/browse_thread/thread/9960011f18a03305/bda7e8067abf635a?lnk=gst&q=cron#bda7e8067abf635a

On Mar 30, 10:08 am, Kyle Jensen  wrote:
> Same here, after update to latest SDK.  What's up?
>
> On Mar 29, 12:43 pm, Jairo Vasquez Moreno  wrote:
>
>
>
> > Hi,
>
> > I'm getting this error when I update my app:
>
> > Unable to assign value 'every day 04:00' to attribute 'schedule'
>
> > But the cron seems to work properly.
>
> > --
> > Jairo Vasquez Moreno
> > Mentez Developerwww.mentez.com
> > Medellin - Colombia

-- 
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 to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Warning: This request caused a new process to be started for your application

2010-04-20 Thread Kyle Jensen
I'm seeing a ton of these warnings today:

"This request caused a new process to be started for your application,
and thus caused your application code to be loaded for the first time.
This request may thus take longer and use more CPU than a typical
request for your application."

This is the first time ever.  No code changes.  I feel like it might
be on the gae side???

[This guy too apparently 
http://gaengine.blogspot.com/2010/04/new-warning-message-in-logs.html
]

-Kyle

-- 
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 to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Cron not working suddenly?

2009-07-20 Thread Kyle Jensen

I have numerous cron jobs, as below, all of which stopped working in
the past few hours.  The requests do not even show up in the requests
section of the 'log' page on app engine's dashboard.

- description: getting new tweets
  url: /cron/fetch-new-tweets/
  schedule: every 5 minutes

- description: getting new blogs
  url: /cron/fetch-new-blogs/
  schedule: every 25 minutes

Anybody else experiencing similar problems?  Appid: psgazettes

Thanks! Kyle
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Cron not working suddenly?

2009-07-20 Thread Kyle Jensen

By the way, I see this across **multiple applications**.  Anybody else?
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Cron "Hasn't run yet"

2009-07-20 Thread Kyle Jensen

Cron has issues today: 
http://groups.google.com/group/google-appengine/browse_thread/thread/d986086cf721ad9f#

On Jul 20, 12:44 pm, Dalius  wrote:
> Hello,
>
> I see "Hasn't run yet" status in Cron Jobs. Log indicates the same. It
> was working fine up until yesterday.
>
> I found that some people experienced this problem but I have not found
> solution. Could anybody help me? I have tried updating cron with
> different numbers but that doesn't help.
>
> My App Id: tavospauda
>
> Regards,
> Dalius
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Efficient check for existence of keys

2009-07-22 Thread Kyle Jensen

Hi -

Say I have a list of keys.  I'd like to check to see which ones exist,
but I do *not* want to fetch the entities.

Essentially, I'd like to do
db.get(keys, keys_only=True)

** but, obviously, db.get does not support that kwarg.  Is there any
way to do this?  (I thought of the 'IN' operator in gql, but that
seems inefficient...??)

Any advice?
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Indexes on lists of 'tags' & queries

2009-07-27 Thread Kyle Jensen


Hi, I'd like to know if multiple equality filters on a ListProperty
leads to exploding indexes.

I have a model something like the following (python):

class Foo(db.model):
tags = db.ListProperty(db.Category)

@classmethod
def get_by_tags(cls, tags):
query = cls.all()
for tag in tags:
query.filter('tags =', tag)
return query

I'd like to know if I can filter by an arbitrary number of tags
without encountering the exploding index problem (its not clear to me
from the docs).

E.g., can I do
query = Foo.get_by_tags(['tag0', 'tag1', 'tag2', 'tag3'  'tagN'])

etc etc.

Thanks! Kyle
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Indexes on lists of 'tags' & queries

2009-07-27 Thread Kyle Jensen

Hi Nick,

I noticed that the dev server will automatically add indexes that
appear to be exploding indexes when I run queries like the example
above.  Ie, if I do Foo.get_by_tags(['tag1', 'tag2']) the dev server
will create an index in index.yaml that is identical to the one you
posted above:

- kind: Foo
  property: tags
  property: tags

** Is that index not required for the snippet Foo.get_by_tags(['tag1',
'tag2'])?
** What about Foo.get_by_tags(['tag1', 'tag2']).order('bar') where bar
is an IntegerProperty

Thanks for your help and sorry for my ignorance!!
Kyle


On Jul 27, 8:07 am, "Nick Johnson (Google)" 
wrote:
> Hi Kyle,
>
> Exploding indexes only come into play when you're _defining_ indexes - for
> example, an index like this would be an exploding one:
>
> - kind: Foo
>   property: tags
>   property: tags
>
> As long as you can satisfy your queries using the built in merge join
> support (which is the case in your example, where you don't specify
> inequality filters or sort orders), you'll be fine.
>
> -Nick Johnson
>
>
>
> On Mon, Jul 27, 2009 at 3:50 PM, Kyle Jensen  wrote:
>
> > Hi, I'd like to know if multiple equality filters on a ListProperty
> > leads to exploding indexes.
>
> > I have a model something like the following (python):
>
> > class Foo(db.model):
> >    tags = db.ListProperty(db.Category)
>
> >   �...@classmethod
> >    def get_by_tags(cls, tags):
> >        query = cls.all()
> >        for tag in tags:
> >            query.filter('tags =', tag)
> >        return query
>
> > I'd like to know if I can filter by an arbitrary number of tags
> > without encountering the exploding index problem (its not clear to me
> > from the docs).
>
> > E.g., can I do
> > query = Foo.get_by_tags(['tag0', 'tag1', 'tag2', 'tag3'  'tagN'])
>
> > etc etc.
>
> > Thanks! Kyle
>
> --
> Nick Johnson, Developer Programs Engineer, App Engine
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Do highly indexed entities take up more storage space?

2009-08-01 Thread Kyle Jensen

Hi,

I 'put' a few thousand highly indexed entities into the datastore
yesterday and I felt like they used up a lot of my 'storage quota'
even though the entities had few properties

Do highly indexed entities take up more storage space?

Thanks! Kyle
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Cannot alter a property using the console/dashboard 'data viewer'

2009-10-21 Thread Kyle Jensen

Recently, without any relevant code changing, we're unable to use the
'data viewer' to manually alter a particular StringProperty on a
model.  (I noticed I can alter a different StringProperty on the same
model.)

This seems *really* weird to me.  The strings are long, but only
50-100 characters.  Same behavior on numerous entities of same class.
No newlines and I *can* change the property when I use a remote
ipython shell over remote_api.  Seriously seems to be JUST the 'data
viewer'

Anybody seen something like this before?

-Kyle


--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Is anybody using "indexed=False" on properties? Is there a noticeable benefit?

2009-05-10 Thread Kyle Jensen


I have some models with many properties; however, I need indexes on
only a handful.  I noticed the new sdk supports "indexed=False":
http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

Is anybody using "indexed=False" on properties?  Is there a noticeable
benefit?

Sincerely,
Kyle
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] BadRequestError: User properties should not have obfuscated_gaiaid set.

2009-05-11 Thread Kyle Jensen


Hi All --

A *really* weird error just started popping up on our application:
User properties should not have obfuscated_gaiaid set.


Anybody else getting this?


--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: BadRequestError: User properties should not have obfuscated_gaiaid set.

2009-05-11 Thread Kyle Jensen

The full error is as follows:

BadRequestError at /X/XXX

User properties should not have obfuscated_gaiaid set.
User properties should not have obfuscated_gaiaid set.

Exception Location: /base/python_lib/versions/1/google/appengine/api/
datastore.py in _ToDatastoreError, line 2020
Python Executable:  /base/
Python Version: 2.5.2
Python Path:['/base/data/home/apps/pair/2.333417692803602348', '/
base/data/home/apps/pair/2.333417692803602348/django.zip', '/base/
python_dist/lib/python25.zip', '/base/python_dist/lib/python2.5/', '/
base/python_dist/lib/python2.5/plat-linux2', '/base/python_dist/lib/
python2.5/lib-tk', '/base/python_dist/lib/python2.5/lib-dynload', '/
base/python_lib/versions/1', '/base/data/home/apps/pair/
2.333417692803602348/']
Server time:Mon, 11 May 2009 23:59:31 +
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: BadRequestError: User properties should not have obfuscated_gaiaid set.

2009-05-11 Thread Kyle Jensen



FYI -- appears this was due to adding 'indexed=False' to a
UserProperty!
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: BadRequestError: User properties should not have obfuscated_gaiaid set.

2009-05-11 Thread Kyle Jensen


I take that back -- still unresolved.
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Cron always shows "Hasn't run yet"

2009-06-11 Thread Kyle Jensen


I just updated my project with a new cron job and now none of my cron
jobs will work.  They are correctly parsed and show up in the
dashboard, but always have "Hasn't run yet"

I even set them to every 1 minute, just to force them, without luck!
Any suggestions?

(Previous to this, we've successfully used cron for weeks!)

Thanks! Kyle
(app id: psgazettes)
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Cron Trouble

2009-06-11 Thread Kyle Jensen

Ditto -- cron is not running for me

On Jun 11, 3:27 pm, Brian  wrote:
> My cron jobs have stopped running for no apparent reason. I have not
> changed the apps, and when I go to view cron status in the console it
> shows that it has not tried to run them. This has been the case for
> over a day now.
>
> Appid is wwlapi
>
> On May 15, 10:52 am, "Jason (Google)"  wrote:
>
> > Hi Alex. Can you share your app ID so I can take a closer look?
>
> > Thanks,
> > - Jason
>
> > On Tue, May 12, 2009 at 3:12 PM, d43m0n  wrote:
>
> > > The short story:
> > >  It doesn't work!
>
> > > The long story:
>
> > > From dashboard :
> > > /cron/report - daily mail report - every day 16:30 (UTC) - Hasn't run
> > > yet
>
> > > The cron job was created and uploaded 3 days ago. Last update (though
> > > I didn't really change anything about the cron job, just shows up on
> > > admin logs) was 1 day ago.
>
> > > app.yaml
> > > ...
> > > - url: /cron/report
> > >  script: cron_report.py
> > >  login: admin
> > > ...
>
> > > cron.yaml
> > > cron:
> > > - description: daily mail report
> > >  url: /cron/report
> > >  schedule: every day 16:30
>
> > > The webapp's authentication is configured to only work with users from
> > > a certain Google Apps domain. The cron script (cron_report.py) works
> > > perfectly, and has been tested on live version by simply accessing the
> > > url, but as the dashboard says, it hasn't run yet.
>
> > > Can anyone help ?
>
> > > Thanks
> > > Alex
>
>
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Cron Jobs not running

2009-06-11 Thread Kyle Jensen

ditto, cron is down for me
--~--~-~--~~~---~--~~
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
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Deployment Failing with 503 error.

2010-12-08 Thread Kyle Jensen
Ditto

On Dec 8, 3:28 pm, Daniel  wrote:
> My deployments are currently failing with a 503 error.  If it seems
> like I'm posting messages like this every few days, that's because
> every time I decide to deploy app engine is broken. :(

-- 
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 to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] How to find the owner of an application

2011-01-26 Thread Kyle Jensen
Hi -

How can I find out who owns a particular application?

The app does not use a custom domain, so DNS/registration info is no
help.  I noticed a app that is mirroring all my content and is showing
up next to me in search results.  So, clearly, I'd like to ask them to
stop doing that.

Long time GAE user, Kyle

-- 
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.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: How to find the owner of an application

2011-01-26 Thread Kyle Jensen
@Jay - Regardless if the request hits my application in a "live"
manner, the content is indexed by search engines, which is my real
complaint.  I can certainly block them using some WSGI middleware (I'm
on python) by the appid.  However, I'd prefer to ask the guy just to
stop scrapping.

@Barry - there's no ads on there now but he's competing with me in
some long tail searches.  My site is about patent news (snore) so I
rank quite highly for various things like new patent litigations.  Now
he shows up along side me with my content.  Clearly not perfect.

Thanks guys!  Will be blocking...which is not ideal.  I can't believe
there's no way to know who owns an app.  Seems like it would encourage
abuse.

-Kyle


On Jan 26, 1:14 pm, Jay Young  wrote:
> Something like this came up a few weeks ago.  I don't remember the details
> exactly, but I think the issue was that anyone with a Google Apps domain can
> add App Engine apps to their domain.  Accessing the site through that GA
> domain still hits your site, it just looks like it's coming from a different
> domain.  Have you confirmed that hitting this "mirror" does not cause any
> requests on your own app?

-- 
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.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: How to find the owner of an application

2011-01-26 Thread Kyle Jensen
Thanks @Ikai!

A few quick thoughts:

* It's not your responsibility to police copyright: mirrors shouldn't
be against the TOS.
* Definitely it would discourage poor behavior on GAE if an app could
be resolved to an email address.
* Same is true of a flagging system for apps, perhaps behind a
captcha.

What do you mean by filing a billing issue?  I'm unfamiliar with that.

Sincerely, Kyle


On Jan 26, 1:52 pm, "Ikai Lan (Google)" 
wrote:
> Kyle,
>
> We've seen billing issues filed for this situation. If you file one, it'll
> help us improve overall search quality. Unfortunately, there's nothing we
> can do for you in the short term, as proxies are not against our ToS. In the
> long term, however, there is a massive effort to overhaul our search quality
> in general:
>
> http://googleblog.blogspot.com/2011/01/google-search-and-search-engin...
>
> Search quality is a problem that we're looking to improve across the board;
> it bothers me that mirrors of App Engine groups content often outranks the
> source Google group.
>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> Blogger:http://googleappengine.blogspot.com
> Reddit:http://www.reddit.com/r/appengine
> Twitter:http://twitter.com/app_engine
>
>
>
>
>
>
>
> On Wed, Jan 26, 2011 at 10:37 AM, Kyle Jensen  wrote:
> > @Jay - Regardless if the request hits my application in a "live"
> > manner, the content is indexed by search engines, which is my real
> > complaint.  I can certainly block them using some WSGI middleware (I'm
> > on python) by the appid.  However, I'd prefer to ask the guy just to
> > stop scrapping.
>
> > @Barry - there's no ads on there now but he's competing with me in
> > some long tail searches.  My site is about patent news (snore) so I
> > rank quite highly for various things like new patent litigations.  Now
> > he shows up along side me with my content.  Clearly not perfect.
>
> > Thanks guys!  Will be blocking...which is not ideal.  I can't believe
> > there's no way to know who owns an app.  Seems like it would encourage
> > abuse.
>
> > -Kyle
>
> > On Jan 26, 1:14 pm, Jay Young  wrote:
> > > Something like this came up a few weeks ago.  I don't remember the
> > details
> > > exactly, but I think the issue was that anyone with a Google Apps domain
> > can
> > > add App Engine apps to their domain.  Accessing the site through that GA
> > > domain still hits your site, it just looks like it's coming from a
> > different
> > > domain.  Have you confirmed that hitting this "mirror" does not cause any
> > > requests on your own app?
>
> > --
> > 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.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com > e...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.

-- 
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.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Google two-factor authentication and App Engine

2011-02-10 Thread Kyle Jensen
Hi -

How will Google's new two-factor authentication referenced in the blog
post below affect App Engine.  Specifically, I'm curious how it will
effect things like authentication during app deployment and remote api
sessions.

http://googleblog.blogspot.com/2011/02/advanced-sign-in-security-for-your.html

Thanks!
Kyle

-- 
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.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Google two-factor authentication and App Engine

2011-02-10 Thread Kyle Jensen
s/effect/affect/g

-- 
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.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Two-factor authentication in GAE

2011-02-12 Thread Kyle Jensen
How will the two-factor authentication announced for services like
Gmail affect GAE?

-Kyle

-- 
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.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] AppEngine IPs in SpamHaus

2011-04-13 Thread Kyle Jensen

Anybody notice that GAE IPs are in SpamHaus?  Because of this, OpenDNS
is labeling GAE URLs as a phishing risk.

* http://www.spamhaus.org/SBL/sbl.lasso?query=SBL104178

Sincerely, Kyle

-- 
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.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: AppEngine IPs in SpamHaus

2011-04-13 Thread Kyle Jensen
Thanks Ikai -- I really appreciate the fast response.

* Curious -- Is there any standard way shared hosting / cloud
providers deal with these situations?

Sincerely, Kyle


On Apr 13, 12:50 pm, "Ikai Lan (Google)"  wrote:
> Kyle,
>
> We're hard at work getting this fixed. We've been reaching out to folks
> building URL shorteners on App Engine to more aggressively police their
> content, because a large bulk of the reports from SpamHaus come from URL
> shorteners being used by spammers to mask the final URL.
>
> On another note: does the world really need more URL shorteners?
>
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> Blog:http://googleappengine.blogspot.com
> Twitter:http://twitter.com/app_engine
> Reddit:http://www.reddit.com/r/appengine
>
>
>
>
>
>
>
> On Wed, Apr 13, 2011 at 8:26 AM, Kyle Jensen  wrote:
>
> > Anybody notice that GAE IPs are in SpamHaus?  Because of this, OpenDNS
> > is labeling GAE URLs as a phishing risk.
>
> > *http://www.spamhaus.org/SBL/sbl.lasso?query=SBL104178
>
> > Sincerely, Kyle
>
> > --
> > 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.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.

-- 
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.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: AppEngine IPs in SpamHaus

2011-04-15 Thread Kyle Jensen
Ikai - any solution here?  Noticed some of the GAE IPs are still in
SpamHaus.  (This is killing my clients who use OpenDNS.)

Thx! Kyle

On Apr 13, 12:50 pm, "Ikai Lan (Google)"  wrote:
> Kyle,
>
> We're hard at work getting this fixed. We've been reaching out to folks
> building URL shorteners on App Engine to more aggressively police their
> content, because a large bulk of the reports from SpamHaus come from URL
> shorteners being used by spammers to mask the final URL.
>
> On another note: does the world really need more URL shorteners?
>
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> Blog:http://googleappengine.blogspot.com
> Twitter:http://twitter.com/app_engine
> Reddit:http://www.reddit.com/r/appengine
>
>
>
>
>
>
>
> On Wed, Apr 13, 2011 at 8:26 AM, Kyle Jensen  wrote:
>
> > Anybody notice that GAE IPs are in SpamHaus?  Because of this, OpenDNS
> > is labeling GAE URLs as a phishing risk.
>
> > *http://www.spamhaus.org/SBL/sbl.lasso?query=SBL104178
>
> > Sincerely, Kyle
>
> > --
> > 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.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.

-- 
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.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: AppEngine IPs in SpamHaus

2011-04-16 Thread Kyle Jensen
Any update on this issue?  The affected IPs are still in SpamHaus,
which causes problems for both OpenDNS and email delivery for email
containing links to names resolving to the affected IPs.
-Kyle

-- 
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.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.