[ 
https://issues.apache.org/jira/browse/AIRFLOW-4737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16860762#comment-16860762
 ] 

ASF GitHub Bot commented on AIRFLOW-4737:
-----------------------------------------

ashb commented on pull request #5383: [AIRFLOW-4737] Increase and document 
celery queue name limit
URL: https://github.com/apache/airflow/pull/5383
 
 
   
 
----------------------------------------------------------------
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]


> Column queue on task_instance table limit of 50 chars is too low
> ----------------------------------------------------------------
>
>                 Key: AIRFLOW-4737
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4737
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: models
>    Affects Versions: 1.10.3
>            Reporter: Victor Villas Bôas Chaves
>            Assignee: Victor Villas Bôas Chaves
>            Priority: Minor
>
> I tried to use an SQS queue named 
> "airtest-AirflowStack-FW7GGJK59W9-Tasks-BL0L2W6F5OKF" as message broker, but 
> the Scheduler fails to work because the queue name is 51 characters long.
> Why this huge queue name? SQS queue names are automatically generated by 
> CloudFormation, and it's best practice to let it do so. Also, when using 
> nested stacks, the inner stack also has its name automatically generated and 
> appended to the master stack.
> So in short, my master stack is called "airtest" and the queue resource 
> "Tasks" (which I believe are quite reasonably sized), but that huge name is 
> what you end up in the end. Therefore the use case for longer queue names is 
> there.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to