Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions config/initializers/job_configurations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,6 @@
cron: cron_24h,
args: -> { [Time.zone.today] },
},
# Send reminder letters for old, outstanding GPO verification codes
send_gpo_code_reminders: {
class: 'GpoReminderJob',
cron: cron_24h,
args: -> { [14.days.ago] },
},
}.compact
end
# rubocop:enable Metrics/BlockLength
Expand Down