pub async fn increment_retry_and_mark_non_retryable( conn: &mut PgConnection, email_id: Uuid, ) -> ModelResult<()>