Replies: 1 comment 1 reply
-
|
Run every minute ( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
create a cron run every 72 minutes
new Cron('0 */72 * * * *', async function () {
console.log('This will trigger every 72 minutes.');
});
But i got error below
TypeError: CronPattern: Syntax error, max steps for part is (60)
Beta Was this translation helpful? Give feedback.
All reactions