Skip to content

Releases: rafalstapinski/redispatcher

0.3.0

22 Feb 19:11
0422c71
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

0.2.0

17 Sep 07:59
869643c
Compare
Choose a tag to compare

Breaking Changes

  • Renamed ConsumerPool -> Redispatcher
  • Renamed BaseConsumer.publish -> BaseConsumer.dispatch

Features

  • You can increase the count of any worker to speed up processing of a queue by specifying the ConsumerConfig.count field

Fixes

  • Better parsing of message body and headers
  • Better handling of running Redispatcher pool in an existing event loop
  • Better logging on errors