Commit d9297f21 authored by Markus Koller's avatar Markus Koller

Merge branch 'nicolsadular/change-product-marketing-emails-time' into 'master'

Change product-marketing-email sending schedule

See merge request gitlab-org/gitlab!60422
parents 84bbfefa c448a514
---
title: Change product-marketing-email sending schedule
merge_request: 60422
author:
type: changed
......@@ -564,7 +564,7 @@ Settings.cron_jobs['ssh_keys_expired_notification_worker'] ||= Settingslogic.new
Settings.cron_jobs['ssh_keys_expired_notification_worker']['cron'] ||= '0 2 * * *'
Settings.cron_jobs['ssh_keys_expired_notification_worker']['job_class'] = 'SshKeys::ExpiredNotificationWorker'
Settings.cron_jobs['namespaces_in_product_marketing_emails_worker'] ||= Settingslogic.new({})
Settings.cron_jobs['namespaces_in_product_marketing_emails_worker']['cron'] ||= '0 9 * * *'
Settings.cron_jobs['namespaces_in_product_marketing_emails_worker']['cron'] ||= '0 16 * * *'
Settings.cron_jobs['namespaces_in_product_marketing_emails_worker']['job_class'] = 'Namespaces::InProductMarketingEmailsWorker'
Settings.cron_jobs['ssh_keys_expiring_soon_notification_worker'] ||= Settingslogic.new({})
Settings.cron_jobs['ssh_keys_expiring_soon_notification_worker']['cron'] ||= '0 1 * * *'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment