ashb commented on code in PR #47678:
URL: https://github.com/apache/airflow/pull/47678#discussion_r1991739482


##########
task-sdk/src/airflow/sdk/execution_time/supervisor.py:
##########
@@ -329,7 +327,7 @@ def exit(n: int) -> NoReturn:
         import traceback
 
         try:
-            last_chance_stderr.write("--- Last chance exception handler ---\n")
+            last_chance_stderr.write("--- Supervised process Last chance 
exception handler ---\n")

Review Comment:
   This was just to make the error message unambiguously from us/Airflow.



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

Reply via email to