# 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 9
# self = https://watcher.sour.is/conv/tnp4piq
I smell a downed pod this morning. Well, an extra one, that is.
@fastidious Hmmm yeah I woke up for some reason and my pod had died. Investigating...
@fastidious Hmmm yeah I woke up for some reason and my pod had died. Investigating...
I _believe_ it's a deadlock in the store. I _think_ I fixed it, but it's a bit of a work-around 😢 -- in terms of Bitcask's usage. Recursive locking is a no no 😅
I _believe_ it's a deadlock in the store. I _think_ I fixed it, but it's a bit of a work-around 😢 -- in terms of Bitcask's usage. Recursive locking is a no no 😅
Oh, I see. That means the pod I run might run into the same issue, right? I am not home now to pull an update. Hopefully it behaves.
@fastidious It _might_ but it's been so rare that I've never run into it 🤣 Anyway when you get home you should _probably_ update to latest master. I need to find some time to figure out this damn recursive lock in Bitcask with the .Scan() and .Fold() API 😢
@fastidious It _might_ but it's been so rare that I've never run into it 🤣 Anyway when you get home you should _probably_ update to latest master. I need to find some time to figure out this damn recursive lock in Bitcask with the .Scan() and .Fold() API 😢
@fastidious It _might_ but it's been so rare that I've never run into it 🤣 Anyway when you get home you should _probably_ update to latest master. I need to find some time to figure out t