eladkal commented on code in PR #56917:
URL: https://github.com/apache/airflow/pull/56917#discussion_r2446861519
##########
providers/celery/src/airflow/providers/celery/get_provider_info.py:
##########
@@ -96,7 +96,7 @@ def get_provider_info():
"default": "true",
},
"broker_url": {
- "description": "The Celery broker URL. Celery supports
RabbitMQ, Redis and experimentally\na sqlalchemy database. Refer to the Celery
documentation for more information.\n",
+ "description": "The Celery broker URL. Celery supports
RabbitMQ, Redis, Amazon SQS\nand few other experimental brokers.
See:\nhttps://docs.celeryq.dev/en/stable/getting-started/backends-and-brokers/index.html#broker-overview\n",
Review Comment:
Lets avoid listing them and just refer to the redis docs that way we don't
need to keep the list up to date from our side
--
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]