Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMQP broker hardcoded to queuename "Celery" #136

Open
sunny316 opened this issue May 28, 2020 · 3 comments
Open

AMQP broker hardcoded to queuename "Celery" #136

sunny316 opened this issue May 28, 2020 · 3 comments

Comments

@sunny316
Copy link

AMQP broker hardcoded to queuename "Celery"

The broker works with "celery" named queue name. There doesn't seem to be an option to customise those while initialising the broker.

@sunny316
Copy link
Author

Also, there are Delay Methods to work with args or kwargs but not a combination. Can we extend that ?

@yoonsio
Copy link
Member

yoonsio commented Jul 13, 2020

Hi @sunny316 I will look into PR requests for named queue. I think we can simply make Queue and Exchang public.
As for the second question, I created a new issue to support new method signature to support both args and kwargs: #142
You are also welcome to create a pull request.

@rakete
Copy link

rakete commented Oct 4, 2021

The queue name "celery" is still hardcoded in SendCeleryMessage, so while it's possible to create a broker with a custom queue name, Delay will still always send tasks to the "celery" queue:

queueName := "celery"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants