Re: Airflow node different versions

2020-03-02 Thread Bacal, Eugene
Curious, how did it go? Thanks, -Eugene On 9/14/19, 4:14 PM, "Alex Guziel" wrote: Agree with Bolke here. Not much is going on in worker as long as there aren’t breaking changes. On Sat, Sep 14, 2019 at 1:24 PM Bolke de Bruin wrote: > I actually think that it is not

Re: Airflow node different versions

2019-09-14 Thread Alex Guziel
Agree with Bolke here. Not much is going on in worker as long as there aren’t breaking changes. On Sat, Sep 14, 2019 at 1:24 PM Bolke de Bruin wrote: > I actually think that it is not that risky (although ymmv). Worker nodes > are pretty independent from the scheduler/webserver. As long as the >

Re: Airflow node different versions

2019-09-14 Thread Bolke de Bruin
I actually think that it is not that risky (although ymmv). Worker nodes are pretty independent from the scheduler/webserver. As long as the datamodel hasnt changed and nodes dont change their reporting (new statusses) to the db (that hasnt happened for a long time) you are probably okay. So th

Re: Airflow node different versions

2019-09-13 Thread Driesprong, Fokko
Hi John, I've never tried it like you're suggesting. It feels a bit risky. I can't tell what you will encounter if you run different versions of Airflow. How are you running Airflow? Cheers, Fokko Op do 12 sep. 2019 om 20:29 schreef John Smodic : > Hey all, > > I'm looking to find an upgrade pa

Airflow node different versions

2019-09-12 Thread John Smodic
Hey all, I'm looking to find an upgrade path for upgrading Airflow from 1.10.2 to 1.10.5. But the problem is, the Airflow production cluster is pretty busy all the time. Would it be problematic to upgrade the Webserver and Scheduler to 1.10.5 and gradually update the nodes as they become free?