Skip to content

Commit 48fc9f4

Browse files
committed
update: cron timer
1 parent 728d5ae commit 48fc9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/velog-cron/src/common/plugins/globals/cronPlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const cronPlugin: FastifyPluginCallback = async (fastfiy, opts, done) => {
6161
},
6262
{
6363
name: 'providing a count of new users and posts from the past 1 week',
64-
cronTime: '59 23 * * 3', // every Monday at 8:59 AM
64+
cronTime: '59 23 * * 0',
6565
jobService: statsWeeklyJob,
6666
},
6767
{

0 commit comments

Comments
 (0)