From 9ba2bcd16dee3003f5774f3374f657e68db2768d Mon Sep 17 00:00:00 2001 From: Paul Yuknewicz Date: Thu, 25 Jul 2024 11:17:20 -0700 Subject: [PATCH] Disabling Jobs SDK quickstart test until @rochabr fixes #1071 Signed-off-by: Paul Yuknewicz --- jobs/go/sdk/README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/jobs/go/sdk/README.md b/jobs/go/sdk/README.md index fc1e33d1..682855a8 100644 --- a/jobs/go/sdk/README.md +++ b/jobs/go/sdk/README.md @@ -18,19 +18,16 @@ This section shows how to run both applications at once using [multi-app run tem Open a new terminal window and run the multi app run template: + ```bash dapr run -f . @@ -84,7 +81,7 @@ After 10 seconds, the terminal output should present the `C3-PO` job being proce dapr stop -f . ``` - + ## Run the Jobs APIs individually