Skip to main content

mark_deferred

Function mark_deferred 

Source
async fn mark_deferred(
    db: &Arc<RusqliteService>,
    id: i64,
    reason: &str,
) -> Result<(), String>
Expand description

Put a row back in the queue untouched apart from its error note — used when the server was simply unreachable.