ashb commented on a change in pull request #5383: [AIRFLOW-4737] Increase and document celery queue name limit URL: https://github.com/apache/airflow/pull/5383#discussion_r291547147
########## File path: docs/howto/executor/use-celery.rst ########## @@ -69,3 +69,4 @@ Some caveats: - Make sure to use a database backed result backend - Make sure to set a visibility timeout in [celery_broker_transport_options] that exceeds the ETA of your longest running task - Tasks can consume resources. Make sure your worker has enough resources to run `worker_concurrency` tasks +- Queue names are limited to 100 characters, but each broker backend might have its own restrictions Review comment: How about 256 chars instead? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
