amarbrkic commented on issue #65010: URL: https://github.com/apache/airflow/issues/65010#issuecomment-4234448359
Hi, I had similar issues when upgrading to versions 3.1.2 and 3.1.3. I can't guarantee this will solve your issue(s). I solved mine by doing the following: 1. Fixing my SSL issue. I would recommend checking the logging in your webserver log file, that's where I found my issues. 2. Changing the file parsing sort mode if you are using `mnt` on your containers. It seems like parsing multiplies connections, but unfortunately I haven't found out why. I have changed my file_parsing_sort_mode to alphabetical. -- 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]
