Ben Langfeld

Results 311 comments of Ben Langfeld

Please describe how you installed Ruby and provide your `schedule.rb` and resulting crontab.

Maybe you could check the value of `Rails.env` in the action to ensure it's being set correctly. You will also need to provide the generated crontab, your database.yml and the...

Please provide trace output of your full Capistrano run.

Please provide your full Capistrano config. Please also check that you have a server attached to Whenever's default role of `:db`. If this is not suitable, perhaps try overriding `:whenever_roles`....

@javan I am willing to take on maintaining Whenever. I use it with my team on a large established Rails application with 170 jobs. Until today I have only made...

My company has not been using Whenever for a while now, having moved all of our applications to Kubernetes and Resque Scheduler. It's clearly time for someone else to take...

Sure. Feel free to ping me for reviews and I'll do what I can. Triaging open PRs and issues also helps.

You havn't included any description of what you believe to be wrong. Is there no output in your specified log files?

Your suggestion would result in the master key being written to the crontab, which I don’t think is desirable. The default job template launches a login shell. Maybe it is...

Please explain: 1. How you install Ruby 2. Which user the crontab is written as, and which user you use to manually execute these commands 3. How you deploy your...