Registry / messaging / beanstalk-client

beanstalk-client

JSON →
library1.1.1rbrubygemsunverified

Ruby client for beanstalkd, a simple, fast work queue service.

gem install beanstalk-client
INSTALL
IMPORT
SIG · BEANSTALK-CLIENT
B
beanstalk-client
messagingrubyv1.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Beanstalk
require 'beanstalk-client'

Connect to beanstalkd, put a job, reserve and delete it

require 'beanstalk-client' conn = Beanstalk::Connection.new('localhost:11300') conn.put('hello') job = conn.reserve puts job.body job.delete
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
Amazon
1
OpenAI (training)
1
Resources
beanstalk-client — gem install beanstalk-client · libregistry