test publish with crons
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m2s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m2s
This commit is contained in:
parent
ea93a223b1
commit
5d732d981b
1 changed files with 2 additions and 1 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 10 12 * * *";
|
||||
cron.schedule(cronTime, async () => {
|
||||
try {
|
||||
const orgController = new OrganizationController();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue