Skip to main content

mark_failed

Function mark_failed 

Source
pub async fn mark_failed(
    pool: &PgPool,
    id: i64,
    error: &str,
    next_retry: i64,
    now: i64,
) -> Result<(), Error>
Expand description

mark a message as failed with next retry time