mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Merge branch 'master' into 110395650-domain_crons
# Conflicts: # app/models/domain.rb
This commit is contained in:
commit
2028ffe5a5
36 changed files with 285 additions and 99 deletions
|
@ -53,6 +53,10 @@ if @cron_group == 'registry'
|
|||
every 52.minutes do
|
||||
runner 'DomainCron.start_redemption_grace_period'
|
||||
end
|
||||
|
||||
every :day, at: '19:00pm' do
|
||||
runner 'Directo.send_receipts'
|
||||
end if @environment == 'production'
|
||||
end
|
||||
|
||||
every 10.minutes do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue