core: remove celery's duplicate max_tasks_per_child (#6840)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
fe02720f8d
commit
ec5bd550c7
|
@ -26,7 +26,6 @@ class Command(BaseCommand):
|
||||||
no_color=False,
|
no_color=False,
|
||||||
quiet=True,
|
quiet=True,
|
||||||
optimization="fair",
|
optimization="fair",
|
||||||
max_tasks_per_child=1,
|
|
||||||
autoscale=(3, 1),
|
autoscale=(3, 1),
|
||||||
task_events=True,
|
task_events=True,
|
||||||
beat=True,
|
beat=True,
|
||||||
|
|
Reference in New Issue