ruby-sidekiq-cron 1.12.0-1 source package in Ubuntu

Changelog

ruby-sidekiq-cron (1.12.0-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)
  * Reorder sequence of d/control fields by cme (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * Remove patch remove-rubygems-bundler.patch that is missing fromi
    debian/patches/series.
  * New upstream version 1.12.0 (replace orig.tar: rubygems -> github)
  * Refresh patches
  * Add ruby-globalid to build depends
  * Remove X?-Ruby-Versions fields from d/control

 -- Pirate Praveen <email address hidden>  Mon, 05 Feb 2024 01:25:23 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-sidekiq-cron_1.12.0-1.dsc 2.2 KiB 9aac3df125e8265089b61e33ae3eaf4bc1db2e78578c87fe77725da1f72a80b6
ruby-sidekiq-cron_1.12.0.orig.tar.gz 289.7 KiB 650b0a9d41961d077d37f18c652bb4cabcd978b654ffbe9d664cee8a014e5d55
ruby-sidekiq-cron_1.12.0-1.debian.tar.xz 4.6 KiB 9494f29177d618e9062d1254fdc36a8e5bf099716ff6d7223c24f2c4ccb234bc

Available diffs

No changes file available.

Binary packages built by this source

ruby-sidekiq-cron: scheduling add-on for Sidekiq

 Sidekiq Cron helps to add repeated scheduled jobs. It enables to set jobs to
 be run in specified time (using CRON notation)
 .
 It runs a thread alongside Sidekiq workers to schedule jobs at specified times
 (using cron notation `* * * * *` parsed by Rufus-Scheduler
 .
 It checks for new jobs to schedule every 10 seconds and doesn't schedule the
 same job multiple times when more than one Sidekiq worker is running.
 .
 Scheduling jobs are added only when at least one Sidekiq process is running.