From 72ee98dcf1f077b63f96eca5e1eb4ca90dedd8e3 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 9 Jul 2025 08:21:55 -0700 Subject: [PATCH] Updated v3 Ideas List (markdown) --- v3-Ideas-List.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/v3-Ideas-List.md b/v3-Ideas-List.md index 70193c7..7925c9b 100644 --- a/v3-Ideas-List.md +++ b/v3-Ideas-List.md @@ -9,6 +9,7 @@ * [Simpler consumer](#simpler-consumer) * [Transition to Alpine container](#transition-to-alpine-container) * [Ditch celery for Huey](#ditch-celery-for-huey) + * [Move to Postgres Only](#postgres-only) * [Improved Tasks](#improved-tasks) * [External Services](#external-services) * [External OCR](#external-ocr) @@ -87,6 +88,13 @@ - Huey also has nice Django integrations, like for database connections, which we kind of hacked into Celery - Would need to use its signals to implement task tracking, but the Django celery integrate is pretty "meh" +### Postgres Only + +- Can remove type-specific code / workarounds +- Can safely implement some new features (accent folding) +- Simplify support etc. +- Downside is of course forced migration for users + ## Improved Tasks - Show scheduled tasks with next execution