Skip to content

lyst/celery-statsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

200728d · Mar 31, 2018

History

29 Commits
Nov 26, 2015
Mar 31, 2018
Oct 11, 2017
Nov 26, 2015
Aug 20, 2014
Mar 31, 2018
Nov 26, 2015
Nov 26, 2015
Nov 26, 2015
Mar 31, 2018
Nov 26, 2015

Repository files navigation

celery-statsd

Installation

pip install celery-statsd

Set Up

In your tasks.py

import celery_statsd

And in your settings file set STATSD_HOST and STATSD_PORT.

You will now have stats about your tasks in statsd.

By default stats will be published with a key prefix of "celery.". Change the CELERY_STATSD_PREFIX if you want something different.