Skip to content

jesushernandez/celery-statsd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Send data about Celery events to statsd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%