You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/04/14 14:19:40 UTC

[GitHub] [airflow] khyurri edited a comment on issue #8288: Eventlet with CeleryExecutor not working in Airflow 1.10.9 version

khyurri edited a comment 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`. 
   
   My airflow.cfg (non default values)
   
   ```
   sql_alchemy_conn = mysql://airflow:airflow@127.0.0.1:3306/airflow
   pool = eventlet
   executor = CeleryExecutor
   broker_url = redis://redis:6379/1
   result_backend = db+mysql://airflow:airflow@127.0.0.1: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:
users@infra.apache.org


With regards,
Apache Git Services