taskiq icon indicating copy to clipboard operation
taskiq copied to clipboard

Feature: SQS Broker

Open fubuloubu opened this issue 2 years ago • 10 comments
trafficstars

I couldn't find any plugin/extension for an AWS SQS Broker for TaskIQ, so I was thinking of creating one. Any feedback or suggestions?

fubuloubu avatar Jun 05 '23 20:06 fubuloubu

Hello and thanks for raising this issue. I was thinking about it for a while, but didn't implemented it. You can take a look at different brokers and how they implemented and there's a small template for brokers.

For initial project creation, you can use https://github.com/taskiq-python/project-template.

You can ask me about anything related to this task:

s3rius avatar Jun 05 '23 22:06 s3rius

Thank you! Will do

fubuloubu avatar Jun 05 '23 22:06 fubuloubu

hello everyone, i'm trying to do something similar i just want to know if it has been done. @fubuloubu

Kokoserver avatar Apr 22 '24 15:04 Kokoserver

hello everyone, i'm trying to do something similar i just want to know if it has been done. @fubuloubu

No, never ended up making one, but if you do and open source it, please link it here

fubuloubu avatar Apr 22 '24 15:04 fubuloubu

@Kokoserver, also this project might become part of official ecosystem.

s3rius avatar Apr 22 '24 15:04 s3rius

Thanks for a quick response, it will be nice to support that in the main project just as we have redis, rabbitmq.

Kokoserver avatar Apr 22 '24 16:04 Kokoserver

Okay, will do it this weekend.

s3rius avatar Apr 22 '24 16:04 s3rius

i will be waiting for the update

Kokoserver avatar Apr 22 '24 22:04 Kokoserver

thanks

Kokoserver avatar Apr 22 '24 22:04 Kokoserver

We ended up making one and open sourcing it (h/t @mikeshultz)

Not production material, just fit our use case and wanted to open source it https://github.com/ApeWorX/taskiq-sqs

Happy to combine with your work @s3rius

fubuloubu avatar May 16 '24 03:05 fubuloubu

btw, we have started testing w/ https://github.com/ApeWorX/taskiq-sqs and it is working well. I hope some folks out there will give it a shot!

fubuloubu avatar Sep 11 '24 14:09 fubuloubu