fixing jobs

This commit is contained in:
albert
2011-08-15 19:41:50 -04:00
parent 1c2ec028d3
commit c8067a4691
17 changed files with 73 additions and 124 deletions

View File

@@ -3,3 +3,7 @@ set :output, "/var/log/whenever.log"
every 1.hour do
TagSubscription.process_all
end
every 1.hour do
AmazonBackup.execute
end