Skip to content

v0.3.2

Compare
Choose a tag to compare
@Koed00 Koed00 released this 09 Jul 19:27
· 1019 commits to master since this release
  • adds a sync=True option to the async command
  • now tested with Django 1.7.9 & 1.8.3

Note: The sync option will bypass the Redis server and inject the task straight into a worker. This makes the execution blocking, but the result will be available immediately for debugging and testing. More info in the docs

Thanks to ambivalentno for the suggestion.