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 2019/12/08 11:17:06 UTC

[GitHub] [airflow] nuclearpinguin commented on issue #6750: [AIRFLOW-YYYY] Experimental Airflow native executor

nuclearpinguin commented on issue #6750: [AIRFLOW-YYYY] Experimental Airflow native executor
URL: https://github.com/apache/airflow/pull/6750#issuecomment-562936436
 
 
   So, it works. Steps to play and learn:
   1. Open 3 terminals in breeze
   2. In one run `airflow consumer start`, in second `watch -n "ps -aux"`
   3. In third do:
   - `export AIRFLOW__WORKER__BROKER_URL=redis://redis:6379/`
   - ` export AIRFLOW__CORE__EXECUTOR=AirflowExecutor`
   - `airflow dags backfill example_bash_operator -s 2019-12-06`

----------------------------------------------------------------
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