Giter Site home page Giter Site logo

Comments (4)

puckel avatar puckel commented on May 12, 2024

Scheduler restart every 5 DAG run (ie sheduler command).

Did you deploy a new DAG ?

from docker-airflow.

ariksidney avatar ariksidney commented on May 12, 2024

No I didn't deploy a new DAG. I tried to remove all the DAGs but the error still occurs.
I also discovered that if I go to the Graph view of a DAG, the Task is marked as 'no Status' but if I go to the DAG runs I can see that the Status is set to running (but it appears that it's not getting executed).

Thanks in advance

from docker-airflow.

ariksidney avatar ariksidney commented on May 12, 2024

Ok I think I found the issue. The problem was that after the last build Airflow took Celery 4.0.0 which caused the above error. I switched back to Celery 3.1.23 by changeing the airflow_base Dockerfile like this:

RUN    pip install airflow[postgresql,hive,password]==$AIRFLOW_VERSION \
    && pip install celery==3.1.23

from docker-airflow.

puckel avatar puckel commented on May 12, 2024

Thanks for reporting this issue. I fixed Celery version in the release 1.7.1.3-4

from docker-airflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.