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
ec449fd43c
commit
82e43c6865
|
@ -27,7 +27,7 @@ In your code, set up and schedule jobs within your application.
|
|||
<!-- .NET -->
|
||||
|
||||
The following .NET SDK code sample schedules the job named `prod-db-backup`. The job data contains information
|
||||
about the database we're seeking to make regular backups of. Over the course of this example, we'll do the following:
|
||||
about the database that you'll be seeking to backup regularly. Over the course of this example, you'll:
|
||||
- Define types used in the rest of the example
|
||||
- Register an endpoint during application startup that handles all job trigger invocations on the service
|
||||
- Register the job with Dapr
|
||||
|
|
Loading…
Reference in New Issue