This commit is contained in:
parent
e10b1a3109
commit
d84ec4f55d
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ async function main() {
|
|||
|
||||
// Cron job for updating org revision - every day at 01:00:00
|
||||
// const cronTime = "0 0 1 * * *";
|
||||
const cronTime = "0 45 15 * * *"; // test by dev
|
||||
const cronTime = "0 10 16 * * *"; // test by dev
|
||||
cron.schedule(cronTime, async () => {
|
||||
try {
|
||||
const orgController = new OrganizationController();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue