recheck script retire 30/10
This commit is contained in:
parent
11586a8fb2
commit
e2da7d479d
1 changed files with 3 additions and 1 deletions
|
|
@ -66,7 +66,9 @@ async function main() {
|
|||
}
|
||||
});
|
||||
|
||||
const cronTime_Oct = "0 0 1 10 *";
|
||||
// const cronTime_Oct = "0 0 1 10 *";
|
||||
// Test #1892
|
||||
const cronTime_Oct = "0 0 30 10 *";
|
||||
cron.schedule(cronTime_Oct, async () => {
|
||||
try {
|
||||
const commandController = new CommandController();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue