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