I use celery and I want to use max-tasks-per-child-setting because some of the celery process gets high memory.
I am trying to find the default value for this parameter before changing, but I can not find this information.
I looked here , but I do not want to set it to 1
, because I do not want it to restart every task.
source share