Skip to content

Commit 0aa3f57

Browse files
committed
Fixed: Help page type, missing "jobs" plainblack#160
1 parent d18ee47 commit 0aa3f57

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ving/docs/change-log.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ outline: deep
1010
* Added an optional function that will be passed to an array filter to filter out any unwanted records from the current list of records on useVingKind() records list.
1111
* Added cron listing to ving jobs list.
1212
* ving jobs list auto-scales to fit terminal size.
13+
* Fixed: Help page type, missing "jobs" #160
1314

1415
### 2024-06-01
1516
* Documented noSetAll() attribute in Ving Schemas.

ving/docs/subsystems/jobs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You can also enqueue jobs from the [CLI](cli).
4040
Jobs are run by job workers using handlers. The job worker system is run via the [CLI](cli).
4141

4242
```bash
43-
./ving.mjs --worker --ttl 60
43+
./ving.mjs jobs --worker --ttl 60
4444
```
4545

4646
The above would run a worker for 60 seconds afterwhich the worker would shut down. If you want to run it indefinitely just leave the `ttl` off.

0 commit comments

Comments
 (0)