Skip to content

Instantly share code, notes, and snippets.

@mredvard
Created February 7, 2013 21:41
Show Gist options
  • Select an option

  • Save mredvard/4734509 to your computer and use it in GitHub Desktop.

Select an option

Save mredvard/4734509 to your computer and use it in GitHub Desktop.
Celeryd error Command: python manage.py celeryd -l debug -c 4 Celeryd + RabbitMQ
[2013-02-07 15:33:34,078: ERROR/MainProcess] Error in timer: ConnectionError('Too many heartbeats missed', None, None, None, '')
Traceback (most recent call last):
File "/home/ubuntu/virtualenvs/bm/local/lib/python2.7/site-packages/celery/utils/timer2.py", line 97, in apply_entry
entry()
File "/home/ubuntu/virtualenvs/bm/local/lib/python2.7/site-packages/celery/utils/timer2.py", line 51, in __call__
return self.fun(*self.args, **self.kwargs)
File "/home/ubuntu/virtualenvs/bm/local/lib/python2.7/site-packages/celery/utils/timer2.py", line 153, in _reschedules
return fun(*args, **kwargs)
File "/home/ubuntu/virtualenvs/bm/local/lib/python2.7/site-packages/kombu/connection.py", line 264, in heartbeat_check
return self.transport.heartbeat_check(self.connection, rate=rate)
File "/home/ubuntu/virtualenvs/bm/local/lib/python2.7/site-packages/kombu/transport/pyamqp.py", line 132, in heartbeat_check
return connection.heartbeat_tick(rate=rate)
File "/home/ubuntu/virtualenvs/bm/local/lib/python2.7/site-packages/amqp/connection.py", line 843, in heartbeat_tick
raise ConnectionError('Too many heartbeats missed')
ConnectionError: Too many heartbeats missed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment