From c106604f170d7f5ca8909b272b180b0c36f888b8 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Wed, 8 Jan 2014 20:45:19 +0100 Subject: [PATCH] Add note that custom worker classes are now supported. --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 941759a6..f61488c9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,9 @@ - Job dependencies! Thanks, Selwin. +- Custom worker classes, via the `--worker-class=path.to.MyClass` command line + argument. Thanks, Selwin. + - `Queue.all()` and `rqinfo` now report empty queues, too. Thanks, Rob! - Fixed a performance issue in `Queue.all()` when issued in large Redis DBs.