Whenever one uses the IP xref tool, one request per IP is made to the server. This means, whenever investigating a user with too many IPs, I hit the ratelimit. This means two things:

  1. I get temporarily blocked.

  2. The information that said request is supposed to fetch is never fetched for the last IPs, leading to a bunch of loading icons. Frankly speaking, the info that the request fetches isn't that important.

Could those requests be batched up or something?

share|improve this question
1  
I don't think that's the right link... in there I'm referring to something quite different. – BoltClock's a Unicorn Dec 19 '12 at 4:39
@BoltClock'saUnicorn: huh, fixed. – Manishearth Dec 19 '12 at 4:41
Ironic that I got the error while trying to view this very question ;-) – David Zaslavsky Dec 19 '12 at 5:09

1 Answer

up vote 7 down vote accepted

Starting with the next build we'll pause a bit while fetching lots of ips. This should prevent per-ip flood throttling.

Unfortunately, the queries that back that tool are really quite expensive (which is why they're run on demand, over small time windows); running them in a batch isn't really practical, we need to space them out.

share|improve this answer
Just a note: This still happens at times, though with much less frequency (I had to xref myself and wait a minute-ish for it to happen). It's good enough, though :) – Manishearth Jan 3 at 9:07

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged