fix heartbeat spelling
This commit is contained in:
parent
8a0f474075
commit
bf7659dfa0
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class PypoMessageHandler(Thread):
|
|||
self.config["user"], \
|
||||
self.config["password"], \
|
||||
self.config["vhost"], \
|
||||
hearbeat = 4) as connection:
|
||||
heartbeat = 5) as connection:
|
||||
rabbit = RabbitConsumer(connection, [schedule_queue], self)
|
||||
rabbit.run()
|
||||
except Exception, e:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue