I am currently using the C extension library for Python, but it seems to have memory leaks. The tasks that are done on my celeryd
do something using this C extension library, and celeryd
eats a lot of memory in about an hour. I cannot fix this C extension library for many reasons, but instead I want to develop processes for each task in Celery. Are there any options for celery?
source share