You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit 94ae242
introduced an invalid cronexpression for the EVERY_YEAR cron. Can you elaborate why the change was introduced? Running the current expression in https://crontab.guru/#0_0_1_0_* shows that a 0 for month is indeed invalid
Is there an existing issue for this?
Current behavior
This commit
94ae242
introduced an invalid cronexpression for the
EVERY_YEAR
cron. Can you elaborate why the change was introduced? Running the current expression in https://crontab.guru/#0_0_1_0_* shows that a 0 for month is indeed invalidMinimum reproduction code
https://github.com/nestjs/schedule
Steps to reproduce
No response
Expected behavior
the
EVERY_YEAR
cronexpression should be0 0 1 1 *
Package version
8.1.3
NestJS version
No response
Node.js version
No response
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: