Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
soyombo-baterdene committed Aug 8, 2023
1 parent 97eb01f commit 17ac9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/crons/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ initBroker({ RABBITMQ_HOST, redis })
});

// every day at 04hour:20min:20sec
schedule.scheduleJob('20 12 20 * * *', async () => {
schedule.scheduleJob('20 20 4 * * *', async () => {
console.log('every day ....', services);

await sendMessage(subdomain, 'handleDailyJob', services);
Expand Down

0 comments on commit 17ac9de

Please sign in to comment.