# 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 12
# self = https://watcher.sour.is/conv/x66hrcq
Hmm, I also had the 'too many open files' error over night on my RPi, same as @jlj 🤔
@eldersnake Hmmm that's not good. I _think_ I restart my pod too often (_because of development/testing_). So I'll leave it alone for a while and see if there _really_ is an fd leak. I _could_ be missing a .Close() somewhere... Bare with me 🤗
@eldersnake Hmmm that's not good. I _think_ I restart my pod too often (_because of development/testing_). So I'll leave it alone for a while and see if there _really_ is an fd leak. I _could_ be missing a .Close() somewhere... Bare with me 🤗
@prologic yeah I usually restart often too as I upgrade often (as you know 😅) but last few days I've been caught up with IRL things and haven't been so active on it.
@eldersnake If you could do an lsof -p occasiosnmly to help me debug this potential leak that would be awesome 👌
@eldersnake If you could do an lsof -p occasiosnmly to help me debug this potential leak that would be awesome 👌
@prologic What am I looking for in the output? This is it currently (few hours uptime).

@eldersnake Don't worry about i! I _believe_ @xuu and I spotted the bug and fixed (_hopefully_) in #531 🤞
@eldersnake Don't worry about i! I _believe_ @xuu and I spotted the bug and fixed (_hopefully_) in #531 🤞
@eldersnake And that list of open fds looks totally normal after a few hours of uptime, in fact quite clean. But see my other Twt 😅
@eldersnake And that list of open fds looks totally normal after a few hours of uptime, in fact quite clean. But see my other Twt 😅
@prologic Oh nice! 👌