1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/decidim_ynh.git synced 2024-09-03 18:26:00 +02:00
decidim_ynh/conf/schedule.rb

13 lines
241 B
Ruby
Raw Normal View History

2022-05-05 16:47:03 +02:00
env :PATH, ENV['PATH']
every :sunday, at: '5:00 am' do
rake "decidim:delete_data_portability_files"
end
every :sunday, at: '4:00 am' do
rake "decidim:open_data:export"
end
every 1.day, at: '3:00 am' do
rake "decidim:metrics:all"
end