Bogdanp / dramatiq_sqs

A Dramatiq broker that can be used with Amazon SQS.
https://dramatiq.io
Other
56 stars 21 forks source link

Allow tagging of queues on creation #12

Closed gregbeech closed 3 years ago

gregbeech commented 3 years ago

Tagging AWS resources is really useful to keep track of which resources belong to which application, and to track things like costs on a per-application basis. Currently the SQS broker doesn't allow tags to be set on the queue, but this would be useful functionality to have.

I'm happy to contribute the PR for this if you're 👍 with it.

Bogdanp commented 3 years ago

That sounds like a good addition, please do contribute a PR.