Nemesis2791 commented on issue #13532: URL: https://github.com/apache/airflow/issues/13532#issuecomment-1991324415
`"auto_remove": "force"` doesn't work for me if container is killed with: `ERROR - Job 10594 was killed before it finished (likely due to running out of memory)` Full error logs: ` WARNING - State of this instance has been externally set to up_for_retry. Terminating instance. INFO - Sending Signals.SIGTERM to group 1920538. PIDs of all processes in the group: [1920538] INFO - Sending the signal Signals.SIGTERM to group 1920538 ERROR - Received SIGTERM. Terminating subprocesses. INFO - Stopping docker container WARNING - process psutil.Process(pid=1920538, name='airflow task ru', status='sleeping', started='02:20:33') did not respond to SIGTERM. Trying SIGKILL INFO - Sending the signal Signals.SIGKILL to group 1920538 INFO - Process psutil.Process(pid=1920538, name='airflow task ru', status='terminated', exitcode=<Negsignal.SIGKILL: -9>, started='02:20:33') (1920538) terminated with exit code Negsignal.SIGKILL ERROR - Job 10594 was killed before it finished (likely due to running out of memory) ` -- 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]
