django-planet
Feb. 7, 2017

Rollbar monitoring of Celery in a Django app

in blog Matt Layman
original entry Rollbar monitoring of Celery in a Django app

The last Rollbar post that I made covered how to integrate Rollbar into your Ember application. As a reminder, Rollbar is a service that let’s you record your errors wherever they happen. In that original post, I didn’t cover how to include Rollbar in a Django application because the Rollbar team does a great job of that in their own documentation. But what happens when you want to do asynchronous task management with Celery in your Django app?