Skip to content

Releases: ModelsLab/modelq

v1.0.11

26 Apr 07:50

Choose a tag to compare

Fixes for production stuck-task and queued_requests leak.

  • worker_loop: persist started_at on the Task object and write status='processing' to task:{id} so _store_final_task_state keeps them. Previously started_at was lost in the final stored record.
  • requeue_stuck_processing_tasks: fall back to queued_at when started_at is missing. Covers workers killed in the SADD processing_tasksSET task:{id} window — those tasks were unrecoverable before.
  • _store_final_task_state: ZREM queued_requests on terminal state. Stops the unbounded zset growth (some clusters had reached >1M entries).

v1.0.10

26 Mar 11:42

Choose a tag to compare

Full Changelog: v1.0.9...v1.0.10

v1.0.9

30 Jan 06:53

Choose a tag to compare

infinite retry

v1.0.8

12 Jan 07:50

Choose a tag to compare

Full Changelog: v1.0.7...v1.0.8

v1.0.7

01 Jan 07:42

Choose a tag to compare

Full Changelog: v1.0.6...v1.0.7

v1.0.6

24 Dec 08:49

Choose a tag to compare

Full Changelog: v1.0.5...v1.0.6

v1.0.5

23 Dec 06:50

Choose a tag to compare

Full Changelog: v1.0.4...v1.0.5

v1.0.4

13 Oct 06:42

Choose a tag to compare

Full Changelog: v1.0.3...v1.0.4

v1.0.3

26 Jun 06:39

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

03 Jun 06:06

Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2