repositorypackage
0.0.0-20181108130938-71312fbb2a02
Repository: https://github.com/jensrantil/geanstalkd.git
Documentation: pkg.go.dev
# README
geanstalkd
A beanstalkd clone written in Go. beanstalkd is a small distributed task queue that supports multiple task queue (called "tubes"), task priority and task delay.
Why a reimplementation?
Don't get me wrong - beanstalkd is amazing, fast and stable! This is somewhat of a hobby project where I implement beanstalkd in Go, but long-term this project might also allow some neat stuff that beanstalkd doesn't want.
What differs from beanstalkd?
- A single client can reserve multiple jobs.
- Uses multiple cores.