=== adrien_o1w is now known as adrien_oww [20:19] hey.. i'm trying to use start on socket PROTO=inet PORT=9300 [20:19] piping to a python script [20:19] for some reason... sometimes it works, sometimes it hangs there [20:19] any idea how i can debug this? [20:20] 12 seconds for a response from a simple write of "moo" to the socket [20:20] from the python script [20:23] I'm getting these in my upstart log: [20:23] raceback (most recent call last): [20:23] File "/usr/bin/cluster_check.py", line 15, in [20:23] conn.send(reply.encode('UTF-8')) [20:23] socket.error: [Errno 104] Connection reset by peer [20:25] OK if I turn off load to it.. it runs every time in 90ms [20:29] so i guess this isn't made for load since sending traffic seems to kill it [20:30] https://gist.github.com/reedox/8029394 [20:33] really wanted to use upstart instead of xinetd :/