How to Install ruby-sidekiq-cron in Ubuntu 18.04



Install ruby-sidekiq-cron by entering the following commands in the terminal:

sudo apt update
sudo apt install ruby-sidekiq-cron

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.

Homepage: http://github.com/ondrejbartas/sidekiq-cron

Version: 0.6.3-4

Section: universe/ruby