Add note that custom worker classes are now supported.

main
Vincent Driessen 11 years ago
parent a2213f1364
commit c106604f17

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

Loading…
Cancel
Save