Skip to content

Instantly share code, notes, and snippets.

@jkutner
Created April 2, 2012 21:22
Show Gist options
  • Save jkutner/2287318 to your computer and use it in GitHub Desktop.
Save jkutner/2287318 to your computer and use it in GitHub Desktop.
TorqueBox.configure do
job DeleteOldStatuses do
cron "0 0/5 * * * ?"
singleton true
config do
max_age 30.days.ago
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment