Skip to content

v0.2.4

Compare
Choose a tag to compare
@tulir tulir released this 09 Apr 21:32
· 28 commits to master since this release
  • Added backoff for fetching feeds they return errors. Backoff is increased by one update_interval every time the feed errors, and the error count and backoff are reset with a successful response. The maximum backoff is 5 days by default.
  • Removed stack traces from feed error logs and switched from error to warning log level.