Registry / async / activejob

activejob

JSON →
library8.1.3rbrubygemsunverified

Declare job classes that can be run by a variety of queuing backends.

gem install activejob
INSTALL
IMPORT
SIG · ACTIVEJOB
A
activejob
asyncrubyv8.1.3
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.

ActiveJob
require 'active_job'

Define and enqueue a background job.

require 'active_job' class MyJob < ActiveJob::Base def perform(name) puts "Hello, #{name}!" end end MyJob.perform_later('World')
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.1.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
69 hits · last 30 days
node
56
Amazon
1
OpenAI (training)
1
Resources
activejob — gem install activejob · libregistry