开发者

beanstalkd storage backend

I would like to know if thers any db storage for beanstalkd queue system http://kr.github.com/beanstalkd/

My primany intentio开发者_高级运维n is to analyse the job status , completed or dumped or in process or done.


There is the binary log but that is designed to be transient, with logs discarded as they are finished with. The stats will give high-level information about how many jobs have been processed, being run by workers right now, and are yet to process, as well as removed, buried and more.

Beyond those numbers, it might be usful to generate some stats for yourself that aren't recorded by the daemon itself when a job is first queued, and/or after it has been reserved/deleted/completed/buried.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜