You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/15 06:56:55 UTC

[GitHub] [airflow] artful88533 commented on issue #13532: In DockerOperator the parameter auto_remove doesn't work in

artful88533 commented on issue #13532:
URL: https://github.com/apache/airflow/issues/13532#issuecomment-841611847


   @kaxil Hello!
   I have upgraded Airflow from 1.10.15 to 2.0.2 and faced with a similar problem.
   In version 1.10.15 when task is marked by hands as Failed, docker container is automatically removed.
   In version 2.0.2 when task is marked by hands as Failed, docker container isn’t automatically removed.
   Parameter  auto_remove=True  is present.
   From docker inspect:
   ```
               "ExitCode": 137,
   ```
   Is it possible to automatically remove the container if task is marked by hands as Failed?


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

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