Has anyone been able to get celery and SQS to work...
# announcements
c
Has anyone been able to get celery and SQS to work? It is creating a new queue for every run for me. I've tried changing backend between ampq and rpc but same thing happens either way. It seems like this is causing it to run on my AWS workers no matter what I do instead of my local celery worker
m
I haven't yet tried to get this to work, but the warning on this page https://docs.celeryproject.org/en/stable/getting-started/brokers/sqs.html makes me think you will need to configure one of the heavier weight backends
sorry we don't have a worked example of this, but happy to help with specific issues as you explore it
c
hm ok 😕
i think i'll end up just using rabbitmq then. thank you!