Redis – Dockerized Celery worker not picking up tasks from Localstack SQS Queue
I'm building a flask application with celery for backgrounding tasks. My app is using localstack running in a docker container to mimic SQS locally for my message broker. I've gotten flask and celery running locally to work correctly with localstack…