docs.nestjs.com
docs.nestjs.com copied to clipboard
Task scheduling says cron is crontab compatible when it isn't
I'm submitting a...
- [ ] Regression
- [ ] Bug report
- [ ] Feature request
- [x] Documentation issue or request (new chapter/page)
- [ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
The Task scheduling docs say, and I quote: "The @Cron() decorator supports all standard cron patterns:" and when using the following cron by crontab * * * 12 * it doesn't work because it is based on node-cron https://github.com/nestjs/schedule/issues/435
Expected behavior
Remove this statement from the docs or add a warning about the package.