Add note that custom worker classes are now supported.

This commit is contained in:
Vincent Driessen 2014-01-08 20:45:19 +01:00
parent a2213f1364
commit c106604f17
1 changed files with 3 additions and 0 deletions

View File

@ -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.