1
vote
1answer
189 views

A good heartbeat interval for pika-rabbitmq in Amazon ec2

I am using the latest pika library(0.9.9+) for rabbitmq. My usage for rabbitmq and pika is as follows : I have long running tasks (about 5 minutes) as workers. These tasks take their requests from ...
0
votes
1answer
376 views

Setting up Rabbit MQ Heartbeat with Kombu

Edit: The main issue is the 3rd party rabbitmq machine seems to kill idle connections every now and then. That's when I start getting "Broken Pipe" exceptions. The only way to gets comms. back to ...
1
vote
2answers
169 views

How do I get the full exception in Python?

I am making a Minecraft Classic server in Python. However, I get the following error in my code: Unhandled exception in thread started by <bound method Heartbeat.start of <__main__.Heartbeat ...
0
votes
2answers
253 views

Multithreaded repeater in Python

I have small repeater Below that keeps ending, How can fix so more stable from crashes, and not stop running.... I would I add a heartbeat to the gui to see that its still running. In Wxpthon, my menu ...