- Added Task.delay() function alias for easy migration from Celery.
1.0.0
-------------
Released on 20-05-2014.
- Use rpyc library for manager communication.
0.24.3
--------------
Released on 05-03-2014.
- Reverted the option to give Task class from configuration. This caused master to import from user code. - Added sleep after respawn_worker to prevent cpu burning.
0.24.2
--------------
Released on 16-01-2014.
- Added the option to give Task class from configuration.
0.24.1
--------------
Released on 13-01-2014.
- Prevented 'close' to be called on a nonexistent connection.