Skip to content

[QUESTION] how to properly route messages from schedules tasks to custom queues and not the auto-generated queue? #7087

Answered by apsamuel
apsamuel asked this question in Q&A
Discussion options

You must be logged in to vote

Answering my own question here, it looks like there is a note within the celery docs that warns if you want to publish a message to a queue and consume it later in a different process the AMQP/RPC backend won't work. After stopping the worker I noticed that tasks were being queued, and as a result, confirmed that routing was working. I modified my tasks to account for this and everything seems fine so far. Thanks again for opening the discussion.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by auvipy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
1 participant
Converted from issue

This discussion was converted from issue #7086 on November 14, 2021 08:05.