Update daprdocs/content/en/developing-applications/building-blocks/jobs/jobs-features-concepts.md

Co-authored-by: Josh van Leeuwen <me@joshvanl.dev>
Signed-off-by: Javier Aliaga <javier@diagrid.io>
This commit is contained in:
Javier Aliaga 2025-05-20 10:03:32 +02:00 committed by GitHub
parent ed6cdb4f00
commit f2badfad9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ POST request to the endpoint `/job/<job-name>`. The body includes the following
or the not-before time from which the schedule should take effect
- `Ttl`: An optional value indicating when the job should expire
- `Payload`: A collection of bytes containing data originally stored when the job was scheduled
- `Overwrite`: An optional flag to allow the job to overwrite an existing job with the same name
- `Overwrite`: A flag to allow the requested job to overwrite an existing job with the same name, if it already exists.
The `DueTime` and `Ttl` fields will reflect an RC3339 timestamp value reflective of the time zone provided when the job was
originally scheduled. If no time zone was provided, these values indicate the time zone used by the server running