state-hiu / ittc-server-django

Front-End ITTC Server with Proxy, Cache, Logs, and Stats
MIT License
0 stars 3 forks source link

RabbitMQ Connection Error #17

Open state-hiu opened 9 years ago

state-hiu commented 9 years ago

logs/celery/

[2015-04-28 06:25:14,563: CRITICAL/MainProcess] Couldn't ack 731, reason:RecoverableConnectionError(None, 'connection already closed', None, '')
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/kombu/message.py", line 93, in ack_log_error
    self.ack()
  File "/usr/local/lib/python2.7/dist-packages/kombu/message.py", line 88, in ack
    self.channel.basic_ack(self.delivery_tag)
  File "/usr/local/lib/python2.7/dist-packages/amqp/channel.py", line 1412, in basic_ack
    spec.Basic.Ack, argsig, (delivery_tag, multiple),
  File "/usr/local/lib/python2.7/dist-packages/amqp/abstract_channel.py", line 62, in send_method
    raise RecoverableConnectionError('connection already closed')
RecoverableConnectionError: connection already closed