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 2020/04/15 09:44:49 UTC

[GitHub] [airflow] ashb commented on a change in pull request #8312: Change delete-on-success to delete-on-failure

ashb commented on a change in pull request #8312: Change delete-on-success to delete-on-failure
URL: https://github.com/apache/airflow/pull/8312#discussion_r408715529
 
 

 ##########
 File path: airflow/config_templates/config.yml
 ##########
 @@ -1752,9 +1752,9 @@
       type: string
       example: ~
       default: "True"
-    - name: delete_worker_pods_on_success
+    - name: delete_worker_pods_on_failure
       description: |
-        If True (default), worker pods will be deleted only on task success
+        If False (default), failed worker pods will not be deleted so users can investigate them.
 
 Review comment:
   You say False is the default, but True is :)

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


With regards,
Apache Git Services