Skip to content

SQS messages not consumed #1862

Answered by rustatian
QuietImprovement asked this question in Q&A
Discussion options

You must be logged in to vote

Moreover, there is an error in your config. You should consume pipelines, not queues.

consume: ["my-queue-name"] # not queue, incorrect
consume: ["test-sqs-pipeline"] # pipeline name, correct

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rustatian
Comment options

Answer selected by QuietImprovement
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
R-question Question
2 participants