Updated v3 Ideas List (markdown)

shamoon 2025-07-09 08:21:55 -07:00
parent 26b770f04b
commit 72ee98dcf1

@ -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