Registry / messaging / backburner

backburner

JSON →
library1.7.0rbrubygemsunverified

Beanstalk background job processing made easy.

gem install backburner
INSTALL
IMPORT
SIG · BACKBURNER
B
backburner
messagingrubyv1.7.0
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.

Backburner
require 'backburner'

Enqueue a background job to Beanstalk

require 'backburner' class MyJob def self.perform(args) puts "Processing #{args}" end end Backburner.enqueue(MyJob, 'hello')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources
backburner — gem install backburner · libregistry