add framework for post update pushes to pubsub
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user