python - RabbitMQ: Pika: Add timeout while consuming -


how can add timeout in rabbitmq consumer using pika library every new message in queue waits timeperiod processed consumer? using blocking connection

use add_timeout callback mentioned in docs


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -