pegasas commented on PR #33117: URL: https://github.com/apache/airflow/pull/33117#issuecomment-1666071871
sorry @potiuk , thanks for your patient and guidance at me . From what I know: 1. we have supported multi process on subdir, which each DagFileProcessorProcess handles one file. 2. I was thinking if your last comments are talking about we needs multi process on a single file, each process has it's own file locks, performance may not better than one process on a single file. If you are talking about option 1, I think has already support by airflow, and so only thing we should do set this options into default enable. https://github.com/apache/airflow/blob/aedefd6516101b182bc9ab3a6740ac5c0a8e2f9d/airflow/dag_processing/manager.py#L1074C1-L1097 -- 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]
