Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rssanders3/25545db242c8eef9d7457960b2a8de57 to your computer and use it in GitHub Desktop.
Save rssanders3/25545db242c8eef9d7457960b2a8de57 to your computer and use it in GitHub Desktop.
[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