Skip to content

Adds DLQ tag to created queues#69

Open
corydolphin wants to merge 3 commits intoNextdoor:masterfrom
corydolphin:add-dlq-tag
Open

Adds DLQ tag to created queues#69
corydolphin wants to merge 3 commits intoNextdoor:masterfrom
corydolphin:add-dlq-tag

Conversation

@corydolphin
Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread kale/sqs.py

logger.info('Creating new SQS queue: %s' % queue_name)
queue = self._client.create_queue(QueueName=queue_name)
queue = self._client.create_queue(QueueName=queue_name, tags={"dlq":str(is_dlq)})
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Successfully merging this pull request may close these issues.

3 participants