pegasas commented on PR #33117: URL: https://github.com/apache/airflow/pull/33117#issuecomment-1665884810
> Not even close. I am not sure what you are trying to do and why but this is wrong. Hi, @potiuk , I saw comments from you and @dirrao and read the source code >You can manually horizontally scale the DAG processor by using the subdir option https://airflow.apache.org/docs/apache-airflow/stable/cli-and-env-variables-ref.html#dag-processor. I saw dag_processor_command.py , it passes sub_dir and DagFileProcessorManager runs DagFileProcessorProcess in multi-processing mode. So I attended to make it a default 'True' option for option 'standalone_dag_processor'. Isn't this what community members think about this problem? I am so sorry that I may have a gap in understanding this issue. -- 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]
