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


##########
task-sdk/src/airflow/sdk/execution_time/supervisor.py:
##########
@@ -346,10 +331,12 @@ def _fork_main(
     # Store original stderr for last-chance exception handling
     last_chance_stderr = _get_last_chance_stderr()
 
+    # os.environ["_AIRFLOW_SUPERVISOR_FD"] = str(requests.fileno())

Review Comment:
   Oh yeah, was playing around with other ways of doing things. shouldn't have 
committed this



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