Releases: ModelsLab/modelq
Releases · ModelsLab/modelq
v1.0.14
What's Changed
- feat: allow ignoring task exceptions in Sentry by @Tanmaypatil123 in #13
Full Changelog: v1.0.13...v1.0.14
v1.0.13-og
Full Changelog: v1.0.13...v1.0.13-og
v1.0.13
What's Changed
- fix: keep queued_requests in sync with ml_tasks (stop unbounded queue growth) by @adhikjoshi in #12
New Contributors
- @adhikjoshi made their first contribution in #12
Full Changelog: v1.0.12...v1.0.13
v1.0.12
Full Changelog: v1.0.11...v1.0.12
v1.0.11
Fixes for production stuck-task and queued_requests leak.
- worker_loop: persist
started_aton the Task object and writestatus='processing'totask:{id}so_store_final_task_statekeeps them. Previouslystarted_atwas lost in the final stored record. - requeue_stuck_processing_tasks: fall back to
queued_atwhenstarted_atis missing. Covers workers killed in theSADD processing_tasks→SET task:{id}window — those tasks were unrecoverable before. - _store_final_task_state:
ZREM queued_requestson terminal state. Stops the unbounded zset growth (some clusters had reached >1M entries).
v1.0.10
Full Changelog: v1.0.9...v1.0.10
v1.0.9
infinite retry
v1.0.8
Full Changelog: v1.0.7...v1.0.8
v1.0.7
Full Changelog: v1.0.6...v1.0.7
v1.0.6
Full Changelog: v1.0.5...v1.0.6