Celery: Monitoring

Learn how to monitor the tasks in Celery.

We'll cover the following...

Celery comes with a lot of monitoring tools built in, and this allows you to supervise things and get information about what is going on inside the cluster. This also makes it a great option over a custom built solution where all of this would have to be implemented again.

Note: The example in this lesson assumes that you have a Redis server. We already run a Redis server as a daemon when Run is clicked on a widget ...