mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-20 17:44:56 -05:00
Updated v3 Ideas List (markdown)
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user