Neon-Face commented on issue #54223: URL: https://github.com/apache/airflow/issues/54223#issuecomment-3174442418
This is how i modified my `airflow.cfg`: ```airflow.cfg auth_manager = airflow.providers.fab.auth_manager.fab_auth_manager.FabAuthManager parallelism = 64 max_active_tasks_per_dag = 32 load_examples = False sql_alchemy_pool_size = 10 default_timezone = Europe/Amsterdam ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
