Sha256: f1053e7e608b18fd68ff2d0efc693123c55f7aaede57cd8b3328b5248c061f3b
Contents?: true
Size: 275 Bytes
Versions: 187
Compression:
Stored size: 275 Bytes
Contents
class SendExpireSoonNotifications < ApplicationJob def perform Katello::UINotifications::Subscriptions::ExpireSoon.deliver! ensure self.class.set(:wait => 12.hours).perform_later end def humanized_name _('Subscription expiration notification') end end
Version data entries
187 entries across 187 versions & 1 rubygems