Top "Whenever" questions

a Ruby gem that makes it possible to define cron tasks in Ruby

Rails cron whenever, bundle: command not found

I am trying to use whenever to execute a rake task onces a day. Im getting this error /bin/bash: …

ruby-on-rails cron whenever
Cron job not working in Whenever gem

I have an application that contains a bunch of tasks, and every day I want to run a cron job …

ruby-on-rails ruby cron whenever
whenever gem and scheduling a job every n min starting at an offset

For staggering purposes I am trying to schedule jobs an a 2 minute offset that run every 5 mins. That is I …

ruby gem whenever
Rails, using whenever gem in development

Sorry quick question here from a relative Rails newbie. I'm trying to use the Whenever gem to schedule a number …

ruby-on-rails whenever
"Whenever" gem running cron jobs on Heroku

I 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 whenever
Sidekiq Rails 4.2 Use Active Job or Worker? What's the difference

This 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-activejob
Could not find rake 10.0.3 in any of the sources, when working with Whenever and Capistrano

I'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 whenever
Whenever gem 'failed to load command: rake'

looking 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 whenever
How to detect Rails environment inside whenever

This 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 whenever
How to stop cron jobs created by "whenever" gem

I'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