norm commented on code in PR #25664:
URL: https://github.com/apache/airflow/pull/25664#discussion_r943345710
##########
airflow/config_templates/config.yml:
##########
@@ -374,6 +374,19 @@
example: ~
default: "1024"
+ - name: daemon_umask
+ description: |
+ The default umask to use for process when run in daemon mode
(scheduler, worker, etc.)
+
+ This control the file-creation mode mask which determines the initial
value of file permission bits
Review Comment:
*controls*
--
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]