File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ module.exports = {
4
4
every10minutes : '*/10 * * * *' ,
5
5
hourly : '0 * * * *' ,
6
6
daily : '0 7 * * *' , // every day at 7am
7
+ everyOtherDay : '0 7 */2 * *' , // every other day at 7 am
7
8
weekly : '0 7 * * 6' , // every Saturday at 7am
8
9
} ,
9
10
@@ -59,8 +60,8 @@ module.exports = {
59
60
} ,
60
61
EMAIL : {
61
62
// TODO: after a proper named email topic is created, this is being used as the email event's topic
62
- GENERAL : 'notifications.action.email.connect.project.specificationModified ' ,
63
- BUNDLED : 'notifications.action.email.connect.project.specificationModified ' ,
63
+ GENERAL : 'notifications.action.email.connect.project.notifications.generic ' ,
64
+ BUNDLED : 'notifications.action.email.connect.project.notifications.bundled ' ,
64
65
} ,
65
66
} ,
66
67
} ;
You can’t perform that action at this time.
0 commit comments