Releases: vedarthk/async_runner
Releases · vedarthk/async_runner
fixes for callback exceptions and partial functions
adds support for action callback and more
-
callbacks can be added to settings file for following actions:
- task enqueued
- task picked up
- task completed
- task error
-
adds support to make use of delayed plugin in RabbitMQ for this you can now pass
kombu.Queue
objects to queue parameter and have configuration to used delayed plugin
Fix module import string and function signature for partial functions
v0.1.2 Bump version: 0.1.1 → 0.1.2
Fixes module path issues
v0.1.1 bump version
Initial Release
This is coupled with Django at the moment.