mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
Merge branch 'master' into refactor-contact-archivation
This commit is contained in:
commit
b2dab0d316
23 changed files with 253 additions and 36 deletions
7
lib/tasks/epp/clear_expired_sessions.rake
Normal file
7
lib/tasks/epp/clear_expired_sessions.rake
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace :epp do
|
||||
desc 'Clear expired EPP sessions'
|
||||
|
||||
task clear_expired_sessions: :environment do
|
||||
Epp::ExpiredSessions.new(EppSession.expired).clear
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue