Replies: 1 comment 5 replies
-
My personal recommendation also switch to latest patch version of 2.3. You could see a lot of bug fixes in Release Notes. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I run airflow 2.3.0 scheduler on a baremetal box. The database is on GCP (postgresql) -- assume this is already high availability. I would like to have multiple schedulers if my primary scheduler is down. I need to preserve state of my DAGs. I understand Airflow 2.x and above has high availability scheduler. Where can I read more about it and some gotchas.
Beta Was this translation helpful? Give feedback.
All reactions