Skip to content
This repository has been archived by the owner on Feb 6, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 334 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 334 Bytes

celery-statsd

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 CELERYD_STATS_PREFIX if you want something different.