mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 01:03:35 +02:00
Story#105852786 - add Directo.send_receipts into whenever to generate cron jobs
This commit is contained in:
parent
67fb02d7c4
commit
6c8bab56bf
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@ if @cron_group == 'registry'
|
|||
every 52.minutes do
|
||||
runner 'Domain.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