rejected

rejected is a consumer framework for RabbitMQ

BSD-3-CLAUSE License

Downloads
2.9K
Stars
58
Committers
9
rejected - Latest Release

Published by gmr over 5 years ago

rejected - 3.13.0 Bug Fixes

Published by gmr about 8 years ago

  • Construct the proper InfluxDB base URL
  • Fix the mixin __init__ signature to support the new kwargs
  • Remove overly verbose logging
rejected -

Published by gmr about 8 years ago

  • Add support for InfluxDB
  • Deprecates Consumer.statsd_*methods, replacing them with Consumer.stats_* methods
  • Alters stats related configuration format while retaining backward compatibility
  • Fixes data encoding issues (#11, #13)
  • Adds per-consumer Sentry DSN support
  • Adds configurable support for drop_invalid_messages, message_type, error_exchange, and error_max_retry Consumer settings which were previously only supported via class level attributes.