Source: ruby-sidekiq-cron
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-fugit,
               redis-server,
               ruby-mocha,
               ruby-rack-test,
               ruby-redis-namespace,
               ruby-shoulda-context,
               ruby-sidekiq,
               ruby-sinatra,
               ruby-simplecov,
               ruby-globalid (>= 1.0.1~)
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-sidekiq-cron
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-sidekiq-cron.git
Homepage: https://github.com/sidekiq-cron/sidekiq-cron
Rules-Requires-Root: no

Package: ruby-sidekiq-cron
Architecture: all
Depends: ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: 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.
