Running Python's Celery on Elastic Beanstalk with Django

前端 未结 1 1069
旧时难觅i
旧时难觅i 2021-02-10 09:24

I\'m considering a move to Elastic Beanstalk (on account of the pricing). The blockage is that I have no idea how to setup Celery on a python app (Django, in my case) deployed

1条回答
  •  -上瘾入骨i
    2021-02-10 09:50

    Use the SQS service. Read this: Celery with Amazon SQS

    and this:

    http://docs.celeryproject.org/en/latest/getting-started/brokers/sqs.html

    0 讨论(0)
提交回复
热议问题