test publish with crons
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m2s

This commit is contained in:
Adisak 2026-06-12 11:57:27 +07:00
parent ea93a223b1
commit 5d732d981b

View file

@ -66,7 +66,8 @@ async function main() {
});
// Cron job for updating org revision - every day at 01:00:00
const cronTime = "0 0 1 * * *";
// const cronTime = "0 0 1 * * *";
const cronTime = "0 10 12 * * *";
cron.schedule(cronTime, async () => {
try {
const orgController = new OrganizationController();