Skip to content

Commit 03640ab

Browse files
Update task-scheduling.md
1 parent 5125587 commit 03640ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/techniques/task-scheduling.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ To begin using it, we first install the required dependencies.
88

99
```bash
1010
$ npm install --save @nestjs/schedule
11+
$ npm install --save-dev @types/cron
1112
```
1213

1314
To activate job scheduling, import the `ScheduleModule` into the root `AppModule` and run the `forRoot()` static method as shown below:

0 commit comments

Comments
 (0)