Skip to content

Commit

Permalink
change cron
Browse files Browse the repository at this point in the history
  • Loading branch information
simon louvet committed Jun 20, 2023
1 parent 56f704d commit 2abb2df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
crons: [
{
name: "reminder-next-cron",
cronTime: '*/1 * * * *',
cronTime: '0 4,12,20 * * *',
onTick: function() {
this.getLocalService("reminder")
.actions.reminderNext()
Expand Down

0 comments on commit 2abb2df

Please sign in to comment.