casra-developers commented on a change in pull request #16110:
URL: https://github.com/apache/airflow/pull/16110#discussion_r640632432



##########
File path: airflow/windows_extensions/Signals.py
##########
@@ -0,0 +1,35 @@
+import enum
+
+class Signals(enum.Enum):

Review comment:
       True, this was basically just to satisfy some of the scripts in 
airflow.utils. We tried to approximate the behavior of the various signal 
method by using things like e.g. threads for timers. Certainly not ideal, I am 
very open to better options.




-- 
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]


Reply via email to