increment_retry_and_schedule

Function increment_retry_and_schedule 

Source
pub async fn increment_retry_and_schedule(
    conn: &mut PgConnection,
    email_id: Uuid,
    next_retry_at: Option<DateTime<Utc>>,
) -> ModelResult<()>