Skip to content

Instantly share code, notes, and snippets.

@curt
Created February 9, 2010 16:16
Show Gist options
  • Save curt/299360 to your computer and use it in GitHub Desktop.
Save curt/299360 to your computer and use it in GitHub Desktop.
Crontab entry for hourly Rails task
1 * * * * /usr/local/bin/rake -f /path/to/app/current/Rakefile RAILS_ENV=production schedules:hourly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment