CopyPastor

Detecting plagiarism made easy.

Score: 0.9471580449776971; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2020-07-18
by Ashutosh gupta

Original Post

Original - Posted on 2012-03-19
by astevanovic



            
Present in both answers; Present only in the new answer; Present only in the old answer;

You can see the current list of registered tasks in the celery.registry.TaskRegistry class. Could be that your celeryconfig (in the current directory) is not in PYTHONPATH so celery can't find it and falls back to defaults. Simply specify it explicitly when starting celery.
celeryd --loglevel=INFO --settings=celeryconfig You can also set --loglevel=DEBUG and you should probably see the problem immediately.
You can see the current list of registered tasks in the `celery.registry.TaskRegistry` class. Could be that your celeryconfig (in the current directory) is not in `PYTHONPATH` so celery can't find it and falls back to defaults. Simply specify it explicitly when starting celery.
celeryd --loglevel=INFO --settings=celeryconfig
You can also set `--loglevel=DEBUG` and you should probably see the problem immediately.

        
Present in both answers; Present only in the new answer; Present only in the old answer;