We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c890c5 commit 49c6282Copy full SHA for 49c6282
src/Extensions/Azure/DurableTaskSchedulerOptions.cs
@@ -32,6 +32,7 @@ internal DurableTaskSchedulerOptions(string endpointAddress, string taskHubName,
32
this.Credential = credential;
33
34
// Generate the default worker ID once at construction time
35
+ // TODO: More iteration needed over time https://github.com/microsoft/durabletask-dotnet/pull/362#discussion_r1909547102
36
this.defaultWorkerId = $"{Environment.MachineName},{Environment.ProcessId},{Guid.NewGuid():N}";
37
}
38
0 commit comments