Skip to main content

reset_feed_errors

Function reset_feed_errors 

Source
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.