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/06/02 03:14:23 UTC

[GitHub] [airflow] dstandish edited a comment on issue #13591: Graceful termination does not work with apache chart

dstandish edited a comment on issue #13591:
URL: https://github.com/apache/airflow/issues/13591#issuecomment-852681806


   i think we can consider this resolved by https://github.com/apache/airflow/pull/16153
   
   graceful termination still does not work out of the box with released 1.0.0 chart but with that PR you can use the command / args combination that works, namely this:
   ```
             command: ["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