[13:57] soultcer: got a seperate post.ly-tracker up? [13:57] http://posterous.tinyarchive.org/v1/ [13:57] Though the numbers are wrong, there are more tasks that I have yet to add [14:02] yeah ofc [20:05] Hmm, is is.gd blocking me occationally? Or is it just shit? [20:06] It only allows 60 req/minute [20:06] And the reaper does the rate limiting, it tries to fetch exactly 60 codes in 60 seconds [20:07] But the Service class itself sometimes makes two requests, for example when is.gd sends http status 200 and we have to investigate (the first request is just a HEAD request, the second one will be a GET) [20:07] So even though only 60 codes were fetched, 61 requests were made [20:07] Which means that is.gd will tell us "please wait", which we do, and then we carry on like nothing happened [20:07] ah [20:07] I get 2013-02-26 21:04:19,140 tinyback.Reaper WARNING: ServiceException(Socket error: [Errno 104] Connection reset by peer) on code 4t0o8e [20:07] though - I guess it's flipp floppin' [20:09] On what service? [20:09] is.gd [20:09] Nah, that can't be right, the tracker doesn't hand out is.gd tasks with that code [20:10] on different codes, seems to be spotty [20:10] It must be tinyurl or bit.ly [20:10] hmmm [20:10] oh [20:10] I was watching the console [20:10] that's why [20:10] Can you paste a second failed code? [20:11] yea [20:12] soultcer: http://pejsta.nu/1163 (4t0o2x, 4t0o5s, 4t0o60's a few) [20:12] That's sequential and it's from tinyurl.com [20:13] Ah, I have the same things in my log as well [20:13] ah :) [20:13] Looks like tinyurl is having some problems (which is not unusual for tinyurl) [20:13] tinytrouble [20:13] As long as it's only on a few codes, it's no biggie, the reaper will retry and it works on the second try (probably hitting a different server due to round-robin dns) [20:17] yeah :-)