Skip to content

Commit

Permalink
adds worker id
Browse files Browse the repository at this point in the history
  • Loading branch information
angelazhou32 committed Jan 27, 2025
1 parent edea3e5 commit 76954f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/testing-code/solution/Worker/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
.AddWorkflow<TranslationWorkflow>());

// Run worker until cancelled
Console.WriteLine("Running worker");
Console.WriteLine($"Running worker...{client.Connection.Options.Identity}");
try
{
await worker.ExecuteAsync(tokenSource.Token);
Expand Down

0 comments on commit 76954f5

Please sign in to comment.