ankxyz commented on issue #13741:
URL: https://github.com/apache/airflow/issues/13741#issuecomment-765069021
@potiuk Of course. Moreover, I generated `airflow.cfg` from scratch to test
it.
Сlarification (recently noticed): the problem arises just if I run `airflow
scheduler` in daemon mode:
```bash
airflow scheduler -D
```
If I start it normally (without param -D) or using nohup - everything ok:
```bash
nohup airflow scheduler >> ${AIRFLOW_HOMW}/logs/scheduler.log 2>&1 &
```
So I have the problem just in daemon mode.
----------------------------------------------------------------
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]