Registry / messaging / sidetiq

sidetiq

JSON →
library0.7.2rbrubygemsunverified

Adds recurring jobs to Sidekiq for scheduled task execution.

gem install sidetiq
INSTALL
IMPORT
SIG · SIDETIQ
S
sidetiq
messagingrubyv0.7.2
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.

Sidetiq
require 'sidetiq'

Define a recurring Sidekiq job.

require 'sidetiq' class MyRecurringJob include Sidekiq::Worker include Sidetiq::Schedulable recurrence { daily } def perform puts 'Running daily job' end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
OpenAI (training)
1
Resources
sidetiq — gem install sidetiq · libregistry