Releases: openaleph/openaleph-procrastinate
v5.2.1
Add logic to track progress via redis (this can be used in OpenAleph frontend to give user feedback)
What's Changed
- Feat/tracer by @simonwoerpel in #14
Full Changelog: v5.2.0...v5.2.1
v5.2.0
- Add ftm-translate
Full Changelog: v5.1.3...v5.2.0
v5.1.3
Full Changelog: v5.1.1...v5.1.3
v5.1.1
- Improve psql performance for large scale processing. This removes an unecessary foreign key constraint and adds / optimizes some indices.
Full Changelog: v5.1.0...v5.1.1
v5.1.0
- Update dependencies
- Remove unused django integration (for now)
- Version bump to be in line with OpenAleph 5.1.0
Full Changelog: v5.0.0...v5.1.0
v5.0.0
This is the first production release for OpenAleph 5 versions.
openaleph-procrastinate is the task queue for OpenAleph, based on procrastinate
The switch to a postgresql-backed task queue implementation allows better task insights and status reports, as the reason to find why something was failing (e.g. a document ingest or an entity re-index) is just 1 SQL query away.
openaleph-procrastinate is used accross the OpenAleph toolstack, namely:
- OpenAleph itself for management tasks, indexing tasks
- ingest-file for batch document ingestion processing
- ftm-analyze for entity NER analysis
What's Changed
- Refactoring (e.caption & skip in-memory db) by @catileptic in #13
Full Changelog: v0.0.26...v5.0.0
v0.0.25
- Improve psql performance with indices and a computed
datasetcolumn
Full Changelog: v0.0.24...v0.0.25
v0.0.24
Add cancel_dataset task
Full Changelog: v0.0.22...v0.0.24
v0.0.22
What's Changed
- Add methods to cancel jobs by dataset, queue and job type by @catileptic in #12
Full Changelog: v0.0.20...v0.0.22
v0.0.20
Create new pools with only 1 minimum connection instead of the default (which was 4)
Full Changelog: v0.0.19...v0.0.20