revert time cronjob
This commit is contained in:
parent
11499bef49
commit
3a6d359a06
1 changed files with 1 additions and 2 deletions
|
|
@ -66,8 +66,7 @@ async function main() {
|
|||
});
|
||||
|
||||
// Cron job for updating org revision - every day at 01:00:00
|
||||
// const cronTime = "0 0 1 * * *";
|
||||
const cronTime = "0 10 13 * * *";
|
||||
const cronTime = "0 0 1 * * *";
|
||||
cron.schedule(cronTime, async () => {
|
||||
try {
|
||||
const orgController = new OrganizationController();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue