Previously, I wrote about How to install Celery on Django and Create a Periodic Task. This post extends that post to the particular case of how to install it on Heroku. You can also know more about how to deploy a Django app on Heroku. Marina MeleMarina Mele has experience in artificial intelligence implementation and has…
Tag: Celery
How to install Celery on Django and Create a Periodic Task
Updated on December 2015! – Now for Celery 3.1.19 and Django 1.8.7. This post explains how to set up Celery with Django, using RabbitMQ as a message broker. It also explains how to create a Periodic Task Marina MeleMarina Mele has experience in artificial intelligence implementation and has led tech teams for over a decade. On…