Skip to content

Commit 28df6c2

Browse files
committed
Update jobs_orchestration.md
1 parent c9a5750 commit 28df6c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/jobs_orchestration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The jobs table (`~jobs`) is a system table that tracks the state and execution o
1414
- `error`: Job failed with an error
1515
- `ignore`: Job is marked to be ignored
1616
- `success`: Job completed successfully
17-
- `key`: JSON structure containing the job's primary key
17+
- `key`: JSON structure containing the job's primary key (query-able)
1818
- `error_message`: Error message if job failed
1919
- `error_stack`: Stack trace if job failed
2020
- `user`: Database user who created the job

0 commit comments

Comments
 (0)