Created
March 25, 2019 07:06
-
-
Save rssanders3/25545db242c8eef9d7457960b2a8de57 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[celery] | |
# The Celery broker URL. Celery supports RabbitMQ, Redis and experimentally | |
# a sqlalchemy database. Refer to the Celery documentation for more | |
# information. | |
broker_url = sqs://{ACCESS_KEY_ID}:{SECRET_KEY}@ | |
# Note: You will also need to install boto: | |
$ pip install -U boto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment