rufus-scheduler is a job scheduler for Ruby (at, cron, in, every and interval jobs).
I use a scheduler (Rufus scheduler) to launch a process called "ar_sendmail" (from ARmailer), every minute. The process should …
ruby-on-rails process rufus-schedulerThis is my first time scheduling a task and I am not sure of the best implementation (or the proper …
ruby-on-rails cron whenever rufus-scheduler