Archive contacts every day

This commit is contained in:
Artur Beljajev 2019-04-02 12:58:18 +03:00
parent 487613db1e
commit d45e500e42

View file

@ -17,7 +17,7 @@ if @cron_group == 'registry'
runner 'DNS::Zone.generate_zonefiles'
end
every 6.months, at: '12:01am' do
every :day, at: '12:01am' do
rake 'contacts:archive'
end