feat: cron + product cron task added

This commit is contained in:
John Yeo
2025-09-29 12:40:00 +01:00
parent 922242f78f
commit 7da6d1a8ac

View File

@@ -66,10 +66,7 @@ export const cronTask = async () => {
};
const main = async () => {
await Promise.all([
// cronTask(),
runProductCron(),
]);
await Promise.all([cronTask(), runProductCron()]);
};
new CronJob(