Sha256: 24bf1d04e1806a0865bca768bc508f2cee4dccdf6ccfa8586dc80949ae64f247
Contents?: true
Size: 218 Bytes
Versions: 3
Compression:
Stored size: 218 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 end
Version data entries
3 entries across 3 versions & 1 rubygems