a Ruby gem that makes it possible to define cron tasks in Ruby
I am trying to use whenever to execute a rake task onces a day. Im getting this error /bin/bash: …
ruby-on-rails cron wheneverI have an application that contains a bunch of tasks, and every day I want to run a cron job …
ruby-on-rails ruby cron wheneverFor staggering purposes I am trying to schedule jobs an a 2 minute offset that run every 5 mins. That is I …
ruby gem wheneverSorry quick question here from a relative Rails newbie. I'm trying to use the Whenever gem to schedule a number …
ruby-on-rails wheneverI created an app that uses the whenever gem. The gem creates cron jobs. I got it working locally but …
ruby-on-rails ruby heroku cron wheneverThis is my first processing jobs asynchronously I am implementing Sidekiq for background processing in my app. I will use …
ruby-on-rails asynchronous sidekiq whenever rails-activejobI'm trying to use the gem Whenever with Capistrano over my Rails app on 3.2.8, working with RVM and a gemset …
ruby-on-rails rake capistrano bundler wheneverlooking for some help. I am running a rails app (v3.2.5) with the whenever gem (v0.9.7) and rake (v11.2.2). I …
ruby docker cron ruby-on-rails-3.2 wheneverThis question will probably only make sense if you know about the whenever gem for creating cron jobs. For my …
ruby-on-rails ruby-on-rails-3 cron rake wheneverI'm using the "whenever" gem and got it working by doing: whenever --set environment=production --update-crontab theCronJob The interval I'm …
ruby-on-rails ruby cron gem whenever