xinbinhuang commented on issue #15374:
URL: https://github.com/apache/airflow/issues/15374#issuecomment-820719653


   > I tried running `cd airflow/www; yarn build prod/dev` but received an 
error that I forgot to capture.
   
   I mean either `cd airflow/www; yarn build prod` or `cd airflow/www; yarn 
build dev`. sorry for the confusion. But `comiple_assets.sh` will work too.
   
   > Hitting a new issue now where my dag doesn't seem to be processing the 
tasks and I am seeing this message about the scheduler not running. I started 
with 'breeze start-airflow' and the scheduler looks like it is running from the 
console window.
   
   You need to start both the `scheduler` and `webserver`
   
   ```
   # start scheduler in background; `&` means run the command in background
   airflow scheduler &
   # start webserver 
   airflow webserver
   ```


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


Reply via email to