ashb commented on code in PR #25664:
URL: https://github.com/apache/airflow/pull/25664#discussion_r943351110
##########
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:
```suggestion
This controls the file-creation mode mask which determines the
initial value of file permission bits
```
##########
airflow/config_templates/default_airflow.cfg:
##########
@@ -212,6 +212,14 @@ default_pool_task_slot_count = 128
# mapped tasks from clogging the scheduler.
max_map_length = 1024
+# 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:
```suggestion
# This controls the file-creation mode mask which determines the initial
value of file permission bits
```
--
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]