Skip to content

Releases: ModelsLab/modelq

v1.0.14

23 Jun 10:42

Choose a tag to compare

What's Changed

Full Changelog: v1.0.13...v1.0.14

v1.0.13-og

19 Jun 12:02

Choose a tag to compare

v1.0.13

19 Jun 11:58
bf81549

Choose a tag to compare

What's Changed

  • fix: keep queued_requests in sync with ml_tasks (stop unbounded queue growth) by @adhikjoshi in #12

New Contributors

Full Changelog: v1.0.12...v1.0.13

v1.0.12

11 May 06:13

Choose a tag to compare

Full Changelog: v1.0.11...v1.0.12

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