From ec5bd550c7a8403f222e0db823bc88997af48b82 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 cb03c5846..d65027943 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,