Skip to content

Releases: senaite/senaite.queue

SENAITE.QUEUE v1.0.3

26 Jul 16:57
c7a8ebd
Compare
Choose a tag to compare

1.0.3 (2021-07-24)

  • #21 Improve the reindex security objects process
  • Skip guard checks when current thread is a consumer
  • Make the creation of WS with WST assignment more efficient
  • Pin cryptography<3.4
  • Fix client's queue tasks in "queued" status are not updated when "running"

SENAITE.QUEUE v1.0.2

26 Jul 16:56
43732ec
Compare
Choose a tag to compare

1.0.2 (2020-11-15)

  • Support for multiple consumers (up to 4 concurrent processes)
  • Added JSON API endpoints for both queue server and clients
  • Queue server-client implementation, without the need of annotations
  • Added PAS plugin for authentication, with symmetric encryption
  • Delegate the reindex object security to queue when linking contacts to users
  • #7 Allow to queue generic worflow actions without specific adapter
  • #7 Redux and better performance
  • #6 Allow the prioritization of tasks
  • #5 No actions can be done to worksheets with queued jobs

SENAITE.QUEUE v1.0.1

09 Feb 22:37
Compare
Choose a tag to compare

1.0.1 (2020-02-09)

  • Allow to manually assign the username to the task to be queued
  • Support for failed tasks
  • Notify when the value for max_seconds_unlock is too low
  • #3 New queue_tasks view with the list of tasks and statistics
  • #2 Add max_retries setting for failing tasks
  • #1 Add sample guard to prevent transitions when queued analyses

SENAITE.QUEUE v1.0.0

10 Nov 13:13
Compare
Choose a tag to compare

1.0.0 (2019-11-10)

First version