summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelwin Ong <selwin.ong@gmail.com>2019-01-23 19:04:41 +0700
committerSelwin Ong <selwin.ong@gmail.com>2019-01-23 19:04:41 +0700
commita3af9210787f79e7897a5453d1ea5544446cbdc1 (patch)
tree81886a67a3eff638b7e80546346924fd04c69561
parentcc24a0b589d16e1615598f1a6d49fe25d35de334 (diff)
downloadrq-a3af9210787f79e7897a5453d1ea5544446cbdc1.tar.gz
Added a note about random worker names in CHANGES.md
-rw-r--r--CHANGES.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index fe2d7d2..ad7d620 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -11,7 +11,8 @@ Backward incompatible changes:
- RQ's custom job exception handling mechanism has also changed slightly:
* RQ's default exception handling mechanism (moving jobs to `FailedQueueRegistry`) can be disabled by doing `Worker(disable_default_exception_handler=True)`.
* Custom exception handlers are no longer executed in reverse order.
-=======
+
+- `Worker` names are now randomized by default.
### 0.12.0 (2018-07-14)
- Added support for Python 3.7. Since `async` is a keyword in Python 3.7,