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