hakuno commented on issue #34975:
URL: https://github.com/apache/airflow/issues/34975#issuecomment-1765168600

   So the workaround on Helm chart is
   
   ``
       cleanup:
         env:
           - name: "AIRFLOW__CORE__EXECUTOR"
             value: "CeleryKubernetesExecutor"
   ```
   
   But I've noticed a new issue now... the worker is being restarted.
   
   ```
   ...
   [2023-10-16 19:38:36,383: INFO/MainProcess] mingle: searching for neighbors
   [2023-10-16 19:38:37,412: INFO/MainProcess] mingle: all alone
   [2023-10-16 19:38:37,497: INFO/MainProcess] 
celery@airflow-worker-64c668786b-rqwb8 ready.
   
   worker: Warm shutdown (MainProcess)
   [2023-10-16 19:43:23 +0000] [14] [INFO] Handling signal: term
   [2023-10-16 19:43:23 +0000] [16] [INFO] Worker exiting (pid: 16)
   [2023-10-16 19:43:23 +0000] [15] [INFO] Worker exiting (pid: 15)
   [2023-10-16 19:43:23 +0000] [14] [INFO] Shutting down: Master
   
   ```
   
   Thoughts?


-- 
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: commits-unsubscr...@airflow.apache.org

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

Reply via email to