Skip to content

v0.5.2

Compare
Choose a tag to compare
@Koed00 Koed00 released this 13 Aug 18:02
· 847 commits to master since this release
  • Adds a sync configuration option. When set to True this will force all async() calls to be run with `sync=True'.
    Effectively making all operations synchronous. Useful for testing.
  • Adds a queue_size function , which will tel you how many tasks are currently held in the broker queue.
    Does not count any tasks being processed by workers.