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

Changelog

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

  [ Debian Janitor ]
  * Team upload.
  * Trim trailing whitespace.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Mohammed Bilal ]
  * New upstream version 1.8.0
  * Re-enable previosuly skipped tests & skip new tests

 -- Mohammed Bilal <email address hidden>  Fri, 04 Nov 2022 00:07:13 +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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-sidekiq-cron_1.8.0-1.dsc 2.2 KiB f0c7340f53faebcac57e25139d19e83c8046fc4f3205cf19b284dc41f90a7e00
ruby-sidekiq-cron_1.8.0.orig.tar.gz 25.3 KiB 68a3d6ea40096196fbc3d32c9aafa8f9dae1b35cd94792b637209f593d5d4ea9
ruby-sidekiq-cron_1.8.0-1.debian.tar.xz 4.6 KiB 84b4b31c58b3580c07a62ef335c0b481e8e12e5fb4e0f71ad783fc6c86c7381b

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.