mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 08:43:37 +02:00
Add back production schedule
This commit is contained in:
parent
e664d46710
commit
fbf83bab70
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ every 10.minutes do
|
||||||
runner 'ZonefileSetting.generate_zonefiles'
|
runner 'ZonefileSetting.generate_zonefiles'
|
||||||
end
|
end
|
||||||
|
|
||||||
every 2.minutes do
|
every 6.months, at: '1am' do
|
||||||
runner 'Contact.destroy_orphans'
|
runner 'Contact.destroy_orphans'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue