Sha256: 826c40b5cbdf42cb020a25409185f475d530d4cfe25741a296df3c36c0e67724
Contents?: true
Size: 314 Bytes
Versions: 14
Compression:
Stored size: 314 Bytes
Contents
class CreateManifestExpireSoonWarningNotifications < ApplicationJob def perform Katello::UINotifications::Subscriptions::ManifestExpireSoonWarning.deliver! ensure self.class.set(:wait => 24.hours).perform_later end def humanized_name _('Subscription Manifest expiration date check') end end
Version data entries
14 entries across 14 versions & 1 rubygems