pub async fn reset_feed_errors(pool: &SqlitePool, url: &str) -> Result<()>Expand description
Reset a feed’s consecutive_errors to 0 after a successful poll (or a 304).
A no-op UPDATE if the row is missing.
pub async fn reset_feed_errors(pool: &SqlitePool, url: &str) -> Result<()>Reset a feed’s consecutive_errors to 0 after a successful poll (or a 304).
A no-op UPDATE if the row is missing.