Re: CeleryExecutor and Redis

2020-05-11 Thread Andreas Balke
> 2) Many times, especially once a DAG is running, in the UI I see the warning > "The scheduler does not appear to be running.” The other thing that was an issue: `SCHEDULER_RUNS` in the environment was set to some value `> -1`. This was causing "The scheduler does not appear to be running.” wa

Re: CeleryExecutor and Redis

2020-05-06 Thread Andreas Balke
I just discovered, that Flower renders Tasks, as soon as I’m using a `BranchPythonOperator`. So that does not appear to be a setup problem. > On 6. May 2020, at 12:11, Andreas Balke wrote: > > Hi Ash, > > that appears to be OK: > > ● airflow-scheduler.service - Airflow scheduler daemon >

Re: CeleryExecutor and Redis

2020-05-06 Thread Andreas Balke
Hi Ash, that appears to be OK: ● airflow-scheduler.service - Airflow scheduler daemon Loaded: loaded (/lib/systemd/system/airflow-scheduler.service; enabled; vendor preset: enabled) Active: active (running) since Wed 2020-05-06 10:09:20 UTC; 3s ago Main PID: 10610 (/usr/bin/python)

Re: CeleryExecutor and Redis

2020-05-06 Thread Ash Berlin-Taylor
Your second point there would lead me to believe that the scheduler is still actually running with the default SequentialExecutor. Which config file did you edit? What output is shown when you (re)start the scheduler? Thanks, -ash On May 6 2020, at 11:00 am, Andreas Balke wrote: > Dear Airflo

CeleryExecutor and Redis

2020-05-06 Thread Andreas Balke
Dear Airflow community, not sure if I’m targeting the right audience here. Just trying though :) In a basic setup, like described here: https://www.cloudwalker.io/2019/09/30/airflow-scale-out-with-redis-and-celery/