Description
C and C++ applications can talk to a beanstalkd work-queue server through a client library. It is useful for developers building job producers or workers around beanstalkd.
Queue clients can block while waiting for jobs and can affect service reliability. Set timeouts and error handling deliberately in production workers.