Categorygithub.com/gwaylib/beanmsq
modulepackage
0.0.0-20220419073808-97611cedfb25
Repository: https://github.com/gwaylib/beanmsq.git
Documentation: pkg.go.dev

# README

beanstalkd

二进制安装 debian: sudo aptitude install beansatlkd sudo system enable beantalkd

TODO:docker 版本安装

二进制看beanstalkd中的数据

https://github.com/davidpersson/bsa go get github.com/davidpersson/bsa

使用列子详见example目录

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author
NewProducer create Producer object.

# Constants

最大推送次数.

# Variables

ErrClosed closed by Close.

# Structs

No description provided by the author

# Interfaces

No description provided by the author
Producer is the interface that wrap the Put method.

# Type aliases

若发送不成功 返回true删除beanstalkd队件数据,否则不删除在一定时间后放回到就绪队中再次读取以便达到重试的效果。 重试机制分别间隔以1次3秒钟、30次每分钟、48次每小时再次尝试发送, 若48小时后未能发送成功,数据将被强制删除。 已放回就绪队列的次数通过tried进行了推送.