ORuteMa commented on code in PR #30352:
URL: https://github.com/apache/airflow/pull/30352#discussion_r1185992771


##########
airflow/config_templates/default_airflow.cfg:
##########
@@ -1073,10 +1073,19 @@ worker_precheck = False
 # ETA you're planning to use.
 # visibility_timeout is only supported for Redis and SQS celery brokers.
 # See:
-# 
http://docs.celeryproject.org/en/master/userguide/configuration.html#std:setting-broker_transport_options
+# 
https://docs.celeryq.dev/en/stable/getting-started/backends-and-brokers/redis.html#visibility-timeout
 # Example: visibility_timeout = 21600
 # visibility_timeout =
 
+# The sentinel_kwargs parameter allows passing additional options to the 
Sentinel client.
+# In a typical scenario where Redis Sentinel is used as the broker and Redis 
servers are

Review Comment:
   Actually, I don't add it manually. When I make modifications in config.yml 
and do a git commit, the pre-commit hook prevents my merge request and 
automatically generates this content in my git stage. Only after that, I can 
successfully commit without any pre-commit issues.



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