Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cron schedule doesn't work without seconds #415

Open
Luca-Tamburo opened this issue Jan 25, 2024 · 1 comment
Open

Cron schedule doesn't work without seconds #415

Luca-Tamburo opened this issue Jan 25, 2024 · 1 comment

Comments

@Luca-Tamburo
Copy link

If seconds are not also specified, the task is not launched, so it is not true that seconds are optional.

Working version below
cron.schedule('0 11 23 * * *', () => { console.log('Launch task at 23:11'); });

@Luca-Tamburo Luca-Tamburo changed the title Cron schedule non funziona senza i secondi Cron schedule doesn't work without seconds Jan 25, 2024
@angelLain
Copy link

gracias !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants