async fn delete_expired_records(conn: &mut PgConnection) -> ModelResult<()>
Expand description

Deletes entries older than 1 hour – for keeping the table small and fast