Skip to content

scivey/celery-statsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

celery-statsd

A Go daemon that polls celery queue depths and submits them to a statsd server as a gauge metric.

Running

celery_statsd --redis-host=localhost --redis-port=6379 --redis-db=10 --statsd-host=localhost --statsd-port=8125 --queues=celery,backups,long_running_jobs --interval=1000

Or:

celery_statsd --help

Building

make build