vatsrahul1001 commented on issue #48928:
URL: https://github.com/apache/airflow/issues/48928#issuecomment-2788778487

   @phanikumv @kacpermuda I also verified this, and I am getting the 
`SystemExit: -241` with `CeleryExecutor` when I make the task fail which is I 
think expected as we are terminating the process.
   
   ```
   [2025-04-09, 08:26:15] ERROR - Task failed with exception: source="task"
   SystemExit: -241
   File "/opt/airflow/task-sdk/src/airflow/sdk/execution_time/task_runner.py", 
line 768 in run
   
   File "/opt/airflow/task-sdk/src/airflow/sdk/execution_time/task_runner.py", 
line 1031 in _execute_task
   
   File "/opt/airflow/task-sdk/src/airflow/sdk/bases/operator.py", line 409 in 
wrapper
   
   File 
"/opt/airflow/providers/standard/src/airflow/providers/standard/operators/bash.py",
 line 226 in execute
   
   File 
"/opt/airflow/providers/standard/src/airflow/providers/standard/operators/bash.py",
 line 241 in _run_inline_command
   
   File 
"/opt/airflow/providers/standard/src/airflow/providers/standard/hooks/subprocess.py",
 line 104 in run_command
   
   File "/usr/local/lib/python3.9/site-packages/billiard/common.py", line 106 
in _shutdown_cleanup
   
   File "/usr/local/lib/python3.9/site-packages/billiard/pool.py", line 283 in 
exit
   ```


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