i continuing django project of using celery along mandrill. there daily reports sent customers , due reason not single mail sent 3 days, gets accumulated , sent after 3 days. since new celery, want know how debug celery delays , errors, popular commands , execution path follow?
short tips:
- set debug=true in celery config, take register , execution time every task.
- install flower, popular tool monitoring tasks
- use sentry handy error tracking , aggregation
happy debugging ;)
Comments
Post a Comment