Skip to content

Instantly share code, notes, and snippets.

@groovecoder
Created February 25, 2013 22:02
Show Gist options
  • Save groovecoder/5033747 to your computer and use it in GitHub Desktop.
Save groovecoder/5033747 to your computer and use it in GitHub Desktop.
[2013-02-25 11:38:17,283: ERROR/MainProcess] Received unregistered task of type 'elasticutils.contrib.django.tasks.index_objects'.
The message has been ignored and discarded.
Did you remember to import the module containing this task?
Or maybe you are using relative imports?
Please see http://bit.ly/gLye1c for more information.
The full contents of the message body was:
{'retries': 0, 'task': 'elasticutils.contrib.django.tasks.index_objects', 'utc': False, 'args': (<class 'wiki.models.Document'>, [1L]), 'expires': None, 'eta': None, 'kwargs': {}, 'id': 'e4b08307-e2b4-4113-81ea-1478727a5158'}
Traceback (most recent call last):
File "/vagrant/vendor/packages/celery/celery/worker/consumer.py", line 442, in receive_message
self.strategies[name](message, body, message.ack_log_error)
KeyError: 'elasticutils.contrib.django.tasks.index_objects'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment