punx120 opened a new issue, #56391: URL: https://github.com/apache/airflow/issues/56391
### Description Hi, Related to #56372 and #56366, where i had some custom logic that kept trigger log file opened passe the completion of the trigger, one consequence was that `select` started to fail because it only supports FD up to 1024. I believe `poll` is not limited by that limitation, so I think it could be a good idea to have an option to switch to `poll` from `select` in `SSHHook`. I worked on a proof of concept and happy to create a PR if people agree. Thanks, Sylvain ### Use case/motivation _No response_ ### Related issues #56366 #56372 ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
