From d1a7f7ca59291a5e744bf9a03b4db4588100d790 Mon Sep 17 00:00:00 2001 From: Whit Waldo Date: Tue, 4 Mar 2025 13:29:27 -0600 Subject: [PATCH] Consolidating to a single service that just schedules a job, retrieves the details and handles job invocation to simplify the quickstart Signed-off-by: Whit Waldo --- jobs/csharp/http/README.md | 24 +--- jobs/csharp/http/dapr.yaml | 5 - jobs/csharp/http/job-scheduler/Program.cs | 78 ------------- .../http/job-scheduler/jobs-scheduler.csproj | 11 -- jobs/csharp/http/job-service/Program.cs | 110 +++++++++++++++--- 5 files changed, 97 insertions(+), 131 deletions(-) delete mode 100644 jobs/csharp/http/job-scheduler/Program.cs delete mode 100644 jobs/csharp/http/job-scheduler/jobs-scheduler.csproj diff --git a/jobs/csharp/http/README.md b/jobs/csharp/http/README.md index 4d4370bae..eaaf634ba 100644 --- a/jobs/csharp/http/README.md +++ b/jobs/csharp/http/README.md @@ -29,25 +29,13 @@ dotnet build - - -```bash -cd ./job-scheduler -dotnet build -``` - - - 2. Run the multi app run template: