I am using celery and i want to use the max-tasks-per-child-setting because some of the celery process get high memory usage.
I am trying to find the default value for this setting before i change but i cant find that information.
I looked here but i dont want to set it to 1
because i dont want it restarted every task.