aboutsummaryrefslogtreecommitdiff
path: root/lib/tasks/ecs_garbage_collect_auths.rake
blob: c5dd29fe95234727aa0c16a4963bd6c4c966688d (plain)
1
2
3
4
5
6
namespace :ecs do
  desc "Delete outtimed authorization tokens."
  task :gc_sys_auths => :environment  do
    Auth.gc_outtimed
  end
end