5👍
✅
There’s probably an error in your code. Try running it manually using
celery worker -A appname
If it throws an error, then you know that’s whats wrong with it.
-1👍
It most likely has to do with memory on your system
Info Logs
[2017-08-02 10:00:32,004: CRITICAL/MainProcess] Unrecoverable error: OSError(12, ‘Cannot allocate memory’)
Traceback (most recent call last)
I was just debugging mine thanks to @Adriaan
- [Django]-How can I improve this "register" view in Django?
- [Django]-Why would you separate a celery worker and django container?
- [Django]-OAuth2 specification states that 'perms' should now be called 'scope'. Please update. Django Facebook connect
- [Django]-Why don't Django admin "Today" and "Now" buttons show up in Safari?
- [Django]-Django manage.py raising ImproperlyConfigured error
Source:stackexchange.com