Skip to content

Commit f57dea1

Browse files
backport of commit 9023268 (#12977)
This pull request was automerged via backport-assistant
1 parent fb85164 commit f57dea1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

website/content/docs/job-specification/parameterized.mdx

+5-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ can be used to inject configuration directly into a task's arguments using
3737
could be used to lookup the work the job is suppose to do from a management
3838
service or database.
3939

40-
Each time a job is dispatched, a unique job ID is generated. This allows a
41-
caller to track the status of the job, much like a future or promise in some
42-
programming languages.
40+
Each time a job is dispatched, a unique job ID is generated. This
41+
allows a caller to track the status of the job, much like a future or
42+
promise in some programming languages. The dispatched job cannot be
43+
updated after dispatching; to update the job definition you need to
44+
update the parent job.
4345

4446
```hcl
4547
job "docs" {

0 commit comments

Comments
 (0)