Registry / messaging / delayed-job

delayed-job

JSON →
library4.2.0rbrubygemsunverified

Delayed Job encapsulates the common pattern of asynchronously executing longer tasks in the background, extracted from Shopify.

gem install delayed_job
INSTALL
IMPORT
SIG · DELAYED-JOB
D
delayed-job
messagingrubyv4.2.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.

Delayed
require 'delayed_job'

Enqueue a background job to be processed asynchronously.

require 'delayed_job' class MyJob def perform puts 'Working...' end end Delayed::Job.enqueue(MyJob.new)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
26
OpenAI (training)
1
Resources
delayed-job — gem install delayed-job · libregistry