I have some questions regarding running djcelery.
When I run
python manage.py celeryd --setting=settings
The workers seem to have started but the warnings concern me:
C:\Python27\lib\site-packages\djcelery\loaders.py:86: UserWarning: Using settings.DEBUG leads to a memory leak, never use this setting in production environments!
Googled for this warning message but no one seems to care about it. Should I be concerned?
Thanks a lot!