jason810496 commented on PR #67635: URL: https://github.com/apache/airflow/pull/67635#issuecomment-4582575174
Thanks TP and Kaxil for the review! I just made the following changes, please feel free to give better naming suggestion, thanks. - `task-sdk/src/airflow/sdk/coordinators/socket/coordinator.py` -> `task-sdk/src/airflow/sdk/coordinators/_subprocess.py` - `_SocketActivitySubprocess` -> `_PopenActivitySubprocess` - `SocketCoordinator` -> `SubprocessCoordinator` -- 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]
