docs.nestjs.com icon indicating copy to clipboard operation
docs.nestjs.com copied to clipboard

Task scheduling says cron is crontab compatible when it isn't

Open Guergeiro opened this issue 2 years ago • 0 comments

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.

Guergeiro avatar Apr 12 '23 11:04 Guergeiro