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

Allow setting boto3.sqs.create_queue Attributes via transport_options #957

Merged
merged 2 commits into from Dec 9, 2018

Conversation

hfern
Copy link
Contributor

@hfern hfern commented Nov 28, 2018

This is useful for setting encryption options on AWS SQS queue creation.

This implements a general solution, when new features are added to queues, clients using Kombu can just specify additional transport_options.

Fixes #958

@hfern
Copy link
Contributor Author

hfern commented Nov 28, 2018

Tagging @auvipy since they appear to be on several PR reviews.

@auvipy
Copy link
Member

auvipy commented Nov 28, 2018

which issue is this addressing?

@thedrow
Copy link
Member

thedrow commented Nov 28, 2018

This looks great but requires documentation.

@hfern
Copy link
Contributor Author

hfern commented Nov 29, 2018

@auvipy I've just written an issue for this -- #958.

@hfern
Copy link
Contributor Author

hfern commented Nov 29, 2018

@thedrow I've added some docs --

image

And I fixed a url rendering wrong --

image

Copy link
Member

@thedrow thedrow left a comment

Choose a reason for hiding this comment

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

LGTM

@thedrow thedrow merged commit c48d201 into celery:master Dec 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants