Commit 9023268 1 parent f0031cf commit 9023268 Copy full SHA for 9023268
File tree 1 file changed +5
-3
lines changed
website/content/docs/job-specification
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,11 @@ can be used to inject configuration directly into a task's arguments using
37
37
could be used to lookup the work the job is suppose to do from a management
38
38
service or database.
39
39
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.
43
45
44
46
``` hcl
45
47
job "docs" {
You can’t perform that action at this time.
0 commit comments