Train Series Release Notes¶
10.2.4¶
New Features¶
Adding retry strategy based on the mandatory flag. Missing exchanges and queues are now identified separately for logging purposes.
Upgrade Notes¶
Deprecating the
direct_mandatory_flag
. It will not be possible to deactivate this functionality anymore.
Bug Fixes¶
Add a new option enable_cancel_on_failover for rabbitmq driver which when enabled, will cancel consumers when queue appears to be down.