This commit is contained in:
Vokhmin Alexey V 2014-02-25 17:19:20 +04:00
parent 305508a10e
commit b148c786d2
1 changed files with 2 additions and 2 deletions

View File

@ -56,9 +56,9 @@ every :sunday, at: '4am' do
end end
every :day, at: '1am' do every :day, at: '1am' do
runner 'Platfrom.autostart_metadata_regeneration("day")', output: 'log/autostart_platform_metadata_regeneration.log' runner 'Platform.autostart_metadata_regeneration("day")', output: 'log/autostart_platform_metadata_regeneration.log'
end end
every :saturday, at: '2am' do every :saturday, at: '2am' do
runner 'Platfrom.autostart_metadata_regeneration("week")', output: 'log/autostart_platform_metadata_regeneration.log' runner 'Platform.autostart_metadata_regeneration("week")', output: 'log/autostart_platform_metadata_regeneration.log'
end end