From f50e60d2f48a84c142830ba70b0187a2762991c0 Mon Sep 17 00:00:00 2001 From: Selwin Ong Date: Sat, 20 Jul 2019 17:29:52 +0700 Subject: [PATCH] Updated CHANGES.md --- CHANGES.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f57c58a..95c16c4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ -### Unreleased +### RQ 1.1.0 (2019-07-20) + +- Added `max_jobs` to `Worker.work` and `--max-jobs` to `rq worker` CLI. Thanks @perobertson! +- Passing `--disable-job-desc-logging` to `rq worker` now does what it's supposed to do. Thanks @janierdavila! +- `StartedJobRegistry` now properly handles jobs with infinite timeout. Thanks @macintoshpie! +- `rq info` CLI command now cleans up registries when it first runs. Thanks @selwin! +- Replaced the use of `procname` with `setproctitle`. Thanks @j178! -- Added `max_jobs` to `Worker.work` and `--max-jobs` to `rq worker` CLI. ### 1.0 (2019-04-06) Backward incompatible changes: