[Django]-Celeryd and celerybeat pid files are not being created, workers are not starting, but output says OK

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

Leave a comment