Skip to content

Commit

Permalink
Tests updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alicejgibbons committed Jan 20, 2025
1 parent 405b113 commit 4818dda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jobs/go/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

In this quickstart, you'll schedule, get, and delete a job using Dapr's Job API. This API is responsible for scheduling and running jobs at a specific time or interval.

Visit [this](https://v1-14.docs.dapr.io/developing-applications/building-blocks/jobs/) link for more information about Dapr and the Jobs API.
Visit [this](https://docs.dapr.io/developing-applications/building-blocks/jobs/) link for more information about Dapr and the Jobs API.

> **Note:** This example leverages HTTP `requests` only. If you are looking for the example using the Dapr Client SDK (recommended) [click here](../sdk/).
Expand All @@ -11,7 +11,7 @@ This quickstart includes two apps:
- `job-scheduler.go`, responsible for scheduling, retrieving and deleting jobs.
- `job-service.go`, responsible for handling the triggered jobs.

## Run the app with the template file
## Run all apps with multi-app run template file

This section shows how to run both applications at once using [multi-app run template files](https://docs.dapr.io/developing-applications/local-development/multi-app-dapr-run/multi-app-overview/) with `dapr run -f .`. This enables to you test the interactions between multiple applications and will `schedule`, `run`, `get`, and `delete` jobs within a single process.

Expand Down Expand Up @@ -76,7 +76,7 @@ dapr stop -f .

<!-- END_STEP -->

## Run the Jobs APIs individually
## Run apps individually

### Schedule Jobs

Expand Down

0 comments on commit 4818dda

Please sign in to comment.