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