Skip to content

Commit ed91719

Browse files
committed
update: cron time for monthly stats job
1 parent a687969 commit ed91719

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
@@ -66,7 +66,7 @@ const cronPlugin: FastifyPluginCallback = async (fastfiy, opts, done) => {
6666
},
6767
{
6868
name: 'providing a count of new users and posts from the past 1 month',
69-
cronTime: '58 23 1 * *', // every 1st day of month at 8:58 AM
69+
cronTime: '0 0 1 * *', // every 1st day of month at 8:58 AM
7070
jobService: statsMonthlyJob,
7171
},
7272
// Stats end

0 commit comments

Comments
 (0)