SULEMAN KHAN
10/17/2022, 8:43 AMcache
when running it with celery using this command.
celery -A app.tasks.celery_app worker --max-tasks-per-child=1 --loglevel=ERROR
Everything works fine when I use this command
celery -A app.tasks.celery_app worker --loglevel=ERROR