Skip to content

34.0.1

Compare
Choose a tag to compare
@josegonzalez josegonzalez released this 26 Nov 18:57
· 131 commits to master since this release
  • Revert some breakages caused by d159ec5. [Jose Diaz-Gonzalez] Closes #331
  • Set default for command. [Jose Diaz-Gonzalez]
  • #323 - fix tests to run with pika SelectConnection. [Tom Kregenbild]
  • #323 - fix RabbitMQ transport _on_open_connection_error function to print connection errors. [Tom Kregenbild]
  • #323 1. Add clear debug prints with queue size (one print every 1000 items in order not to hurt performance) 2. If main queue is empty keep running and do nothing 3. In case of a timeout from main queue restart queue. [Tom Kregenbild]
  • #323 - Change RabbitMQ pika to use Asynchronous SelectConnection instead of BlockingConnection for better performance. [Tom Kregenbild]
  • #323 - add the ability to increase the number of Queue consumers by creating additional processes while running with --experimental flag. [Tom Kregenbild]
  • #323 - add the ability to increase the number of Queue consumers by creating additional processes. [Tom Kregenbild]
  • #323 - print current queue size and number of total number transports in debug mode in order to find problem in transport rate. [Tom Kregenbild]