Skip to content

Releases: openaleph/openaleph-procrastinate

v5.2.1

11 Mar 06:42
26ceeaa

Choose a tag to compare

Add logic to track progress via redis (this can be used in OpenAleph frontend to give user feedback)

What's Changed

Full Changelog: v5.2.0...v5.2.1

v5.2.0

02 Feb 10:51
7a8d29c

Choose a tag to compare

Full Changelog: v5.1.3...v5.2.0

v5.1.3

17 Dec 10:01
694b773

Choose a tag to compare

Full Changelog: v5.1.1...v5.1.3

v5.1.1

04 Nov 16:00
10f15dc

Choose a tag to compare

  • 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

08 Oct 14:21
6b78c1f

Choose a tag to compare

  • 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

01 Sep 14:35
aa2d246

Choose a tag to compare

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:

Documentation

What's Changed

Full Changelog: v0.0.26...v5.0.0

v0.0.25

14 Aug 00:15
28ec692

Choose a tag to compare

  • Improve psql performance with indices and a computed dataset column

Full Changelog: v0.0.24...v0.0.25

v0.0.24

12 Aug 07:32
01c2e0e

Choose a tag to compare

Add cancel_dataset task

Full Changelog: v0.0.22...v0.0.24

v0.0.22

11 Aug 04:54
45d266b

Choose a tag to compare

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

06 Aug 13:14
0efb503

Choose a tag to compare

Create new pools with only 1 minimum connection instead of the default (which was 4)

Full Changelog: v0.0.19...v0.0.20