Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c448a514
Commit
c448a514
authored
Apr 27, 2021
by
Nicolas Dular
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change product-marketing-email sending schedule
parent
068b13ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
changelogs/unreleased/nicolsadular-change-product-marketing-emails-time.yml
...sed/nicolsadular-change-product-marketing-emails-time.yml
+5
-0
config/initializers/1_settings.rb
config/initializers/1_settings.rb
+1
-1
No files found.
changelogs/unreleased/nicolsadular-change-product-marketing-emails-time.yml
0 → 100644
View file @
c448a514
---
title
:
Change product-marketing-email sending schedule
merge_request
:
60422
author
:
type
:
changed
config/initializers/1_settings.rb
View file @
c448a514
...
...
@@ -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 * * *'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment