nest-schedule icon indicating copy to clipboard operation
nest-schedule copied to clipboard

`startTime` and `endTime` are not documented?

Open jasperblues opened this issue 5 years ago • 1 comments

What do the following startTime and endTime configurations do, there are no associated API docs?

    @Cron('0 0 2 * *', {
        startTime: new Date(),
        endTime: new Date(new Date().getTime() + 24 * 60 * 60 * 1000),
    })

We can already set the scheduled interval with cron.

jasperblues avatar Aug 15 '19 23:08 jasperblues

+1 for explanation in docs please :)

tabuckner avatar Oct 20 '19 17:10 tabuckner