We are using
django-celery==3.1.10
celery==3.1.20
python 2.7.13
We have written a CustomDataBaseScheduler to schedule task, which schedules the task perfectly on time. We are running CeleryBeat Process as init script, but celeryBeat consumes Full memory of the system i.e. 24GB in a day.
I tried to run pmap on celerybeat Process, but it shows [anon] has took the most memory.
Can someone please help to debug and fix this.