You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Taragolis (via GitHub)" <gi...@apache.org> on 2023/02/01 07:42:19 UTC

[GitHub] [airflow] Taragolis commented on a diff in pull request #27758: Enable trigger logging in webserver

Taragolis commented on code in PR #27758:
URL: https://github.com/apache/airflow/pull/27758#discussion_r1092857724


##########
airflow/jobs/local_task_job.py:
##########
@@ -203,6 +205,7 @@ def sigusr2_debug_handler(signum, frame):
                     )
         finally:
             self.on_kill()
+            return return_code

Review Comment:
   I guess this return might be the reason why Segmentation Fault handler tests broken, and potentially others like SIGTERM (but their not raise any error or run in separate process).



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org