ashb commented on a change in pull request #16110:
URL: https://github.com/apache/airflow/pull/16110#discussion_r640502936
##########
File path: airflow/windows_extensions/Signals.py
##########
@@ -0,0 +1,35 @@
+import enum
+
+class Signals(enum.Enum):
Review comment:
Why do need this on Windows? -- it doesn't support most of these signals
does it?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]