Sha256: 470acbdfd5a313ff724f77c48b97e2af1e4cc04e0cbb050eb98d6aa5c46ed8fe
Contents?: true
Size: 301 Bytes
Versions: 114
Compression:
Stored size: 301 Bytes
Contents
# First, we check if there's a job already enqueued for any notifications ::Foreman::Application.dynflow.config.on_init do |world| [CreateExpiredManifestNotifications, CreatePulpDiskSpaceNotifications, SendExpireSoonNotifications].each do |job_class| job_class.spawn_if_missing(world) end end
Version data entries
114 entries across 114 versions & 1 rubygems