Skip to content

Commit

Permalink
Updated CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin committed Jul 20, 2019
1 parent d0884be commit f50e60d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit f50e60d

Please sign in to comment.