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/01/10 09:20:40 UTC

[GitHub] [airflow] dstandish commented on issue #13591: Graceful termination does not work with apache chart running 1.10.14

dstandish commented on issue #13591:
URL: https://github.com/apache/airflow/issues/13591#issuecomment-757444101


   I verified, at least with 2.0 that warm shutdown **_works_** with the following change for worker deployment:
   ```yaml
             command: ["airflow"]
             args: ["celery", "worker"]
   ```
   
   Before arriving at the above, I tried this (didn't work):
   ```yaml
             command: ["/usr/bin/dumb-init", "--", "airflow"]
             args: ["celery", "worker"]
   ```
    
   
   


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