Skip to content

Instantly share code, notes, and snippets.

@oostendo
Created April 9, 2013 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oostendo/5345093 to your computer and use it in GitHub Desktop.
Save oostendo/5345093 to your computer and use it in GitHub Desktop.
[2013-04-09 07:39:21,858: ERROR/MainProcess] Error in timer: ConnectionError('Too many heartbeats missed', None, None, None, '')
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/celery/utils/timer2.py", line 97, in apply_entry
entry()
File "/usr/local/lib/python2.7/dist-packages/celery/utils/timer2.py", line 51, in __call__
return self.fun(*self.args, **self.kwargs)
File "/usr/local/lib/python2.7/dist-packages/celery/utils/timer2.py", line 153, in _reschedules
return fun(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/kombu/connection.py", line 264, in heartbeat_check
return self.transport.heartbeat_check(self.connection, rate=rate)
File "/usr/local/lib/python2.7/dist-packages/kombu/transport/pyamqp.py", line 132, in heartbeat_check
return connection.heartbeat_tick(rate=rate)
File "/usr/local/lib/python2.7/dist-packages/amqp/connection.py", line 843, in heartbeat_tick
raise ConnectionError('Too many heartbeats missed')
ConnectionError: Too many heartbeats missed
[2013-04-09 07:45:21,932: ERROR/MainProcess] Error in timer: ConnectionError('Too many heartbeats missed', None, None, None, '')
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/celery/utils/timer2.py", line 97, in apply_entry
entry()
File "/usr/local/lib/python2.7/dist-packages/celery/utils/timer2.py", line 51, in __call__
return self.fun(*self.args, **self.kwargs)
File "/usr/local/lib/python2.7/dist-packages/celery/utils/timer2.py", line 153, in _reschedules
return fun(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/kombu/connection.py", line 264, in heartbeat_check
return self.transport.heartbeat_check(self.connection, rate=rate)
File "/usr/local/lib/python2.7/dist-packages/kombu/transport/pyamqp.py", line 132, in heartbeat_check
return connection.heartbeat_tick(rate=rate)
File "/usr/local/lib/python2.7/dist-packages/amqp/connection.py", line 843, in heartbeat_tick
raise ConnectionError('Too many heartbeats missed')
ConnectionError: Too many heartbeats missed
[2013-04-09 07:48:11,965: ERROR/MainProcess] Error in timer: ConnectionError('Too many heartbeats missed', None, None, None, '')
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/celery/utils/timer2.py", line 97, in apply_entry
entry()
File "/usr/local/lib/python2.7/dist-packages/celery/utils/timer2.py", line 51, in __call__
return self.fun(*self.args, **self.kwargs)
File "/usr/local/lib/python2.7/dist-packages/celery/utils/timer2.py", line 153, in _reschedules
return fun(*args, **kwargs)
File "/usr/local/lib/python2.7/dist-packages/kombu/connection.py", line 264, in heartbeat_check
return self.transport.heartbeat_check(self.connection, rate=rate)
File "/usr/local/lib/python2.7/dist-packages/kombu/transport/pyamqp.py", line 132, in heartbeat_check
return connection.heartbeat_tick(rate=rate)
File "/usr/local/lib/python2.7/dist-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