test เผยแพร่
This commit is contained in:
parent
3a6d359a06
commit
5c5fc08269
4 changed files with 22 additions and 22 deletions
|
|
@ -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 03 11 * * *";
|
||||
cron.schedule(cronTime, async () => {
|
||||
try {
|
||||
const orgController = new OrganizationController();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue