mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +02:00
Archive contacts every day
This commit is contained in:
parent
487613db1e
commit
d45e500e42
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ if @cron_group == 'registry'
|
||||||
runner 'DNS::Zone.generate_zonefiles'
|
runner 'DNS::Zone.generate_zonefiles'
|
||||||
end
|
end
|
||||||
|
|
||||||
every 6.months, at: '12:01am' do
|
every :day, at: '12:01am' do
|
||||||
rake 'contacts:archive'
|
rake 'contacts:archive'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue