Skip to content

Display execution frequencies by task using the celery log file

License

Notifications You must be signed in to change notification settings

jurismarches/celery-task-freq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

celery-task-freq

Print execution frequencies by task using the celery log file.

Usage

$ python celery-task-freq.py /var/log/celery.log 'my_special_task'
Date: 10/16/12
07: ############ 12
08: ######################################################## 56
09: ############################################### 47
10: ############################################### 47
11: ############################################## 46
12: ############################################ 44
13: #### 4
14: ################ 16
15: ## 2
16: #### 4

About

Display execution frequencies by task using the celery log file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages