This is a summary of steps needed to get celery
working with Amazon S3 bucket storage and the Simple Queue Service.
-
The SQS broker works with boto <= 2.9.2, celery <= 3.1.24, kombu <= 3.0.37.
- To use S3 as a result backend, you need to install
celery-s3 …
- To use S3 as a result backend, you need to install