jaruji commented on issue #37460:
URL: https://github.com/apache/airflow/issues/37460#issuecomment-1947441852

   I can open an issue there tomorrow. I did some more research, and enabled 
automated prune and selfHeal in the argoCD app like so:
   ```
    syncPolicy:
       automated:
           prune: true
           selfHeal: true
   ```
   The argo airflow app is now re-syncing every couple of minutes to keep the 
Healthy and Synced status. Specifically, the run-airflow-migrations and 
create-user jobs are executing every couple of minutes in this case. If the 
automated selfHeal is turned off, the app just shifts to Missing and OutOfSync 
after a couple of minutes - but it keeps working just fine. Just wanted to give 
a better description of what is happening!


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to