khyurri commented on issue #8288: Eventlet with CeleryExecutor not working in 
Airflow 1.10.9 version
URL: https://github.com/apache/airflow/issues/8288#issuecomment-613470960
 
 
   Can't reproduce at `1.10.10`. 
   
   airflow.cfg (non default values)
   
   ```
   sql_alchemy_conn = mysql://airflow:[email protected]:3306/airflow
   pool = eventlet
   executor = CeleryExecutor
   broker_url = redis://redis:6379/1
   result_backend = db+mysql://airflow:[email protected]:3306/airflow
   ```
   
   Dag: `dags/test_dag.py`
   
   schedule_interval='*/2 * * * *'
   
   ---
   
   1. Are you running both `airflow scheduler` and `airflow worker`? 
   2. Can you send your `airflow.cfg`?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to