Search code examples
pythonherokuceleryamqp

Does Heroku no longer support Celery?


I was finally getting to the point where I had some free time and wanted to add Celery to my Python/Flask project on Heroku. However, almost all mentions of Celery from the Heroku docs are gone. There used to be article with a tutotial in the "Getting started with Django", but it's gone.

Will "just doing it" myself work? What's a good AMQP addon to use as backend on Heroku?


Solution

  • I'm the owner of Python at Heroku.

    Celery is still fully supported. The documentation at the bottom of the Django guide was removed because it was out of date with the latest release of Celery (v3.0) and was fairly incomplete, in my opinion.

    I'm currently working on a new Dev Center article that goes in depth on how to get the most out of Celery. It should be posted soon.

    As for the queue addon — I'm a big fan of CloudAMPQ.