Redis – How to clear task resources and zombie processes
I am building celery + django + selenium application. I am running selenium-based browsers in separate processes with help celery. Versions: celery==5.2.6 redis==3.4.1 selenium-wire==5.1.0 Django==4.0.4 djangorestframework==3.13.1 I found out that after several hours application generates thousands of zombie processes. Also…