mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/developing-applications/building-blocks/jobs/howto-schedule-and-handle-triggered-jobs.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
This commit is contained in:
parent
82e43c6865
commit
a08c30d510
|
@ -32,7 +32,7 @@ about the database that you'll be seeking to backup regularly. Over the course o
|
|||
- Register an endpoint during application startup that handles all job trigger invocations on the service
|
||||
- Register the job with Dapr
|
||||
|
||||
In the following example, we'll create some records that we'll serialize and register alongside the job so the information
|
||||
In the following example, you'll create records that you'll serialize and register alongside the job so the information
|
||||
is available when the job is triggered in the future:
|
||||
- The name of the backup task (`db-backup`)
|
||||
- The backup task's `Metadata`, including:
|
||||
|
|
Loading…
Reference in New Issue