Closed sheerlox closed 6 months ago
WIP
https://github.com/kelektiv/node-cron/issues/400
When scheduling a cron job at midnight everyday (00 00 * * *), it doesn't get executed.
00 00 * * *
Fixed the cron pattern in the test that was supposed to cover this use case.
!
See https://github.com/kelektiv/node-cron/issues/400#issuecomment-2114838403.
Description
WIP
Related Issue
https://github.com/kelektiv/node-cron/issues/400
Motivation and Context
When scheduling a cron job at midnight everyday (
00 00 * * *
), it doesn't get executed.How Has This Been Tested?
Fixed the cron pattern in the test that was supposed to cover this use case.
Screenshots (if appropriate):
Types of changes
Checklist:
!
after the type/scope in the title (see the Conventional Commits standard).