# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 13
# self = https://watcher.sour.is/conv/rbyspeq
@prologic Well I had the 'too many open files' problem over night again 😥

See here: https://www.andrewjvpowell.com/files/lsof_results.txt

That's the lsof -p at the time of the issue.
@eldersnake I find interesting that they are all mostly IPv6. Hmm.
What's interesting also is when this happens, yarnd won't respond to normal kill and has to be the ruthless kill -9.
@fastidious (#twksmyq) IPv6 because localhost -> ::1 is preferred on linux over ol' 127.0.0.1

Now this is very useful.. it means when yarn is doing an HTTP request to itself its not closing the connection. that could mean a http.Response Body is not getting closed.
@fastidious (#twksmyq) IPv6 because localhost -> ::1 is preferred on linux over ol' 127.0.0.1

Now this is very useful.. it means when yarn is doing an HTTP request to itself its not closing the connection. that could mean a http.Response Body is not getting closed.
Yep! https://git.mills.io/yarnsocial/yarn/src/branch/master/internal/webmention/webmention.go#L150-L156
Yep! https://git.mills.io/yarnsocial/yarn/src/branch/master/internal/webmention/webmention.go#L150-L156
Oh 😳

I didn't even realise about the IPv6!
H'm. My pod just stopped responding. Nothing obvious in syslog (other than, man, I need to prune some dead feeds). I ran lsof anyway, before restarting: mostly sock (~60) with another ten of IPv6. Responding again. H'm.
@jlj about the pod stoping to respond, right now twtxt.net is not responding either. Gitea at mills.io runs fine, so it has to be either Yarn, or the machine running it.
Interesting, so maybe not just affecting us Raspberry Pi-powered Pod owners 🤔
Hmmm need to fix this 😥 Did anyone put up a PR for this? I didn’t see one after I got back from work today (had to physically go in to the office today 🤦‍♂️)
Hmmm need to fix this 😥 Did anyone put up a PR for this? I didn’t see one after I got back from work today (had to physically go in to the office today 🤦‍♂️)