From 0580f32fe6172707e7a0abf36de7ef6681ef7800 Mon Sep 17 00:00:00 2001 From: Jens L Date: Mon, 11 Sep 2023 18:12:18 +0200 Subject: [PATCH] core: remove celery's duplicate max_tasks_per_child (#6840) Signed-off-by: Jens Langhammer --- authentik/core/management/commands/worker.py | 1 - 1 file changed, 1 deletion(-) diff --git a/authentik/core/management/commands/worker.py b/authentik/core/management/commands/worker.py index cb03c58465..d650279430 100644 --- a/authentik/core/management/commands/worker.py +++ b/authentik/core/management/commands/worker.py @@ -26,7 +26,6 @@ class Command(BaseCommand): no_color=False, quiet=True, optimization="fair", - max_tasks_per_child=1, autoscale=(3, 1), task_events=True, beat=True,