# 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 7
# self = https://watcher.sour.is/conv/zqtvq6a
For those Poderators that regularly run master, please update to:


* 3438075 2021-12-29 | Add support for feed refresh intervals + spec + refactor to support handling bad feeds (#624) (HEAD -> master, origin/master) [James Mills]


so that we can be nice to external feeds that want to control how often they are refreshed/fetched 👌

Thank you 🙇‍♂️

cc @eldersnake @fastidious @lohn @jlj @ullarah and @xuu
For those Poderators that regularly run master, please update to:


* 3438075 2021-12-29 | Add support for feed refresh intervals + spec + refactor to support handling bad feeds (#624) (HEAD -> master, origin/master) [James Mills]


so that we can be nice to external feeds that want to control how often they are refreshed/fetched 👌

Thank you 🙇‍♂️

cc @eldersnake @fastidious @lohn @jlj @ullarah and @xuu
@gbmor Please update your feed's Metadata to match the updated spec and implemtnation:


# refresh = 1800


We simplified the spec and implementation t be just seconds 👌
@gbmor Please update your feed's Metadata to match the updated spec and implemtnation:


# refresh = 1800


We simplified the spec and implementation t be just seconds 👌
@prologic Done! I'm thinking about automatize this update process. Of course, I trust blindly in your docker image, so there is no reason to do it manually.
@lohn I use this infy little service to do that for my services that run in Docker Swarm:

=> swarm-updater

Let me know if you'd like to see my docker-compose.yml for it, but it's pretty straight forward. I have this configured to poll and update services in my cluster every 5m.=
@lohn I use this infy little service to do that for my services that run in Docker Swarm:

=> swarm-updater

Let me know if you'd like to see my docker-compose.yml for it, but it's pretty straight forward. I have this configured to poll and update services in my cluster every 5m.=