managed: don't run managed reconciler in foreground on startup

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-10-12 12:10:46 +02:00
parent ecfc3a6d93
commit ddb70a283e
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ class AuthentikManagedConfig(AppConfig):
from authentik.managed.tasks import managed_reconcile
# pyright: reportGeneralTypeIssues=false
managed_reconcile() # pylint: disable=no-value-for-parameter
managed_reconcile.delay() # pylint: disable=no-value-for-parameter