Sha256: fd412d73190a68ad49747c2ec95022afb2f362c792c36b25235e03c91c7092b8
Contents?: true
Size: 267 Bytes
Versions: 187
Compression:
Stored size: 267 Bytes
Contents
class CreatePulpDiskSpaceNotifications < ApplicationJob def perform Katello::UINotifications::Pulp::ProxyDiskSpace.deliver! ensure self.class.set(:wait => 12.hours).perform_later end def humanized_name _('Pulp disk space notification') end end
Version data entries
187 entries across 187 versions & 1 rubygems