veinkr commented on issue #13637: URL: https://github.com/apache/airflow/issues/13637#issuecomment-1080843971
Hi, It seems that the issue still exists. I'm using Airflow 2.2.4 with Python3.9 on local, `airflow scheduler - DagFileProcessor xxx.py` It show my `top ` every seconds with different pid , does it will create process every seconds? My config is below. ``` [core] min_serialized_dag_update_interval = 600 min_serialized_dag_fetch_interval = 300 [scheduler] min_file_process_interval = 600 parsing_processes = 2 ``` -- 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]
