dramatiq v1.3.0 Release Notes

Release Date: 2018-07-05 // almost 6 years ago
  • 🔄 Changed

    • ⬆️ Upgraded prometheus_client to 0.2.x.
    • ⬆️ Bumped pika to version 0.12. Because of this change, the interrupt method on Broker and its usages within Worker have been dropped.
    • There is no longer a max message delay.

    🛠 Fixed

    • Brokers can now be passed an empty list of middleware. (#90)
    • Potential stack overflow when restarting Consumer threads. (#89)