potiuk edited a comment on issue #19192:
URL: https://github.com/apache/airflow/issues/19192#issuecomment-1003936358


   I still think when you run Airflow schduler via systemd you run it as 
"sequential" executor. The problem is that when you run airflow as systemd, you 
very likely use default environment variables - not the ones you have in your 
.bashrc or wherever you keep them.
   
   In this case airlfow scheduler falls back to default settings. So when you 
run `airlfow info` it uses the variables you have defined  in your interactive 
bash session (and it shows LocalExecutor) but when you run it as systemd it 
uses Sequential one and Sqlite. 
   
   Please check in the logs of your scheduler - it should print the executor 
used when it starts. 


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to