$ yarnd --help 2>&1 | grep interval
--fetch-interval string cache fetch interval (how often to update feeds) in cron syntax (https://pkg.go.dev/github.com/robfig/cron) (default "@every 5m")
However, Pods actually also utilise WebSub between each other to subscribe to each other's feeds. So fetches _can_ be near real-time without having to have an aggressive fetch interval.
We should have promoted the WebSub feature in the recent v0.15.x release but I forgot to 😅
Add
websub
to your "Operational Features" in the Web UI or --enable-feature websub
until we do:
$ yarnd --help 2>&1 | grep feature
--enable-feature feature enable the named feature
Also, thanks for your PR! 🙏
$ yarnd --help 2>&1 | grep interval
--fetch-interval string cache fetch interval (how often to update feeds) in cron syntax (https://pkg.go.dev/github.com/robfig/cron) (default "@every 5m")
However, Pods actually also utilise WebSub between each other to subscribe to each other's feeds. So fetches _can_ be near real-time without having to have an aggressive fetch interval.
We should have promoted the WebSub feature in the recent v0.15.x release but I forgot to 😅
Add
websub
to your "Operational Features" in the Web UI or --enable-feature websub
until we do:
$ yarnd --help 2>&1 | grep feature
--enable-feature feature enable the named feature
Also, thanks for your PR! 🙏