test เผยแพร่ (3)
This commit is contained in:
parent
ed6ab06b52
commit
5b17073eeb
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
|
// 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 50 11 * * *";
|
const cronTime = "0 30 14 * * *";
|
||||||
cron.schedule(cronTime, async () => {
|
cron.schedule(cronTime, async () => {
|
||||||
try {
|
try {
|
||||||
const orgController = new OrganizationController();
|
const orgController = new OrganizationController();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue