add framework for post update pushes to pubsub

This commit is contained in:
r888888888
2016-08-19 17:51:47 -07:00
parent 5de9adf0f5
commit 3c42df51c9
5 changed files with 56 additions and 7 deletions

View File

@@ -24,6 +24,10 @@ every 1.month, :at => "2:00 am" do
end
if environment == "production"
every 1.hour do
runner "PostUpdate.push"
end
every 1.hour do
runner "AmazonBackup.execute"
end