You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: daprdocs/content/en/reference/api/jobs_api.md
+6-16Lines changed: 6 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ At least one of `schedule` or `dueTime` must be provided, but they can also be p
32
32
Parameter | Description
33
33
--------- | -----------
34
34
`name` | Name of the job you're scheduling
35
-
`data` | A protobuf message `@type`/`value` pair. `@type` must be of a [well-known type](https://protobuf.dev/reference/protobuf/google.protobuf). `value` is the serialized data.
35
+
`data` | A JSON serialized value or object.
36
36
`schedule` | An optional schedule at which the job is to be run. Details of the format are below.
37
37
`dueTime` | An optional time at which the job should be active, or the "one shot" time, if other scheduling type fields are not provided. Accepts a "point in time" string in the format of RFC3339, Go duration string (calculated from creation time), or non-repeating ISO8601.
38
38
`repeats` | An optional number of times in which the job should be triggered. If not set, the job runs indefinitely or until expiration.
0 commit comments