taskiq
taskiq copied to clipboard
Feature: SQS Broker
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?
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:
- My telegram
- My discord:
s3rius#8298
Thank you! Will do
hello everyone, i'm trying to do something similar i just want to know if it has been done. @fubuloubu
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
@Kokoserver, also this project might become part of official ecosystem.
Thanks for a quick response, it will be nice to support that in the main project just as we have redis, rabbitmq.
Okay, will do it this weekend.
i will be waiting for the update
thanks
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
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!