Skip to main content

due_feeds

Function due_feeds 

Source
pub async fn due_feeds(
    pool: &SqlitePool,
    as_of: &str,
    limit: i64,
) -> Result<Vec<Feed>>
Expand description

The scheduler’s hot query: feeds whose next_poll is due (<= as_of, or never polled), oldest-due first. as_of is an RFC3339 timestamp.