mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Destroy contact orphans task
This commit is contained in:
parent
67196217a8
commit
23bb24756c
3 changed files with 48 additions and 1 deletions
|
@ -15,3 +15,7 @@ set :output, 'log/cron.log'
|
|||
every 10.minutes do
|
||||
runner 'ZonefileSetting.generate_zonefiles'
|
||||
end
|
||||
|
||||
every 6.months, at: '1am' do
|
||||
runner 'Contact.destroy_orphans'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue