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