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

Version Path
katello-4.14.3 app/jobs/create_manifest_expire_soon_warning_notifications.rb
katello-4.14.2 app/jobs/create_manifest_expire_soon_warning_notifications.rb
katello-4.15.0 app/jobs/create_manifest_expire_soon_warning_notifications.rb
katello-4.15.0.rc2 app/jobs/create_manifest_expire_soon_warning_notifications.rb
katello-4.15.0.rc1 app/jobs/create_manifest_expire_soon_warning_notifications.rb
katello-4.14.1 app/jobs/create_manifest_expire_soon_warning_notifications.rb
katello-4.14.0 app/jobs/create_manifest_expire_soon_warning_notifications.rb
katello-4.14.0.rc3 app/jobs/create_manifest_expire_soon_warning_notifications.rb
katello-4.14.0.rc2 app/jobs/create_manifest_expire_soon_warning_notifications.rb
katello-4.14.0.rc1.1 app/jobs/create_manifest_expire_soon_warning_notifications.rb
katello-4.14.0.rc1 app/jobs/create_manifest_expire_soon_warning_notifications.rb
katello-4.13.1 app/jobs/create_manifest_expire_soon_warning_notifications.rb
katello-4.13.0 app/jobs/create_manifest_expire_soon_warning_notifications.rb
katello-4.13.0.rc1 app/jobs/create_manifest_expire_soon_warning_notifications.rb