[AIRFLOW-5834] Option to skip serve_logs process with workers#6485
[AIRFLOW-5834] Option to skip serve_logs process with workers#6485msumit wants to merge 2 commits into
Conversation
|
I am not sure if this is the best solution. We will add an additional switch, but the community will be low when we should use it. This server is only needed when using FileTaskHandler. Do you think it is possible to make this server start only when this logger is selected? |
|
Thanks @feluelle. @mik-laj agrees that it'll add another hook to the system. However, I'm not sure if starting a log server process for FileTasKHandler is correct, as I was using that only and writing logs to a persistent volume, and don't need this process at all. IMO we should not start this process along with workers and let folks decide if they really need it or not? |
|
@msumit can you take a look at the test you added? |
|
@OmerJog as of now I'm not able to set that var |
Make sure you have checked all steps below.
Jira
Description
Tests
Commits
Documentation