Skip to content

Commit 49c6282

Browse files
committed
update
1 parent 9c890c5 commit 49c6282

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Extensions/Azure/DurableTaskSchedulerOptions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ internal DurableTaskSchedulerOptions(string endpointAddress, string taskHubName,
3232
this.Credential = credential;
3333

3434
// 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
3536
this.defaultWorkerId = $"{Environment.MachineName},{Environment.ProcessId},{Guid.NewGuid():N}";
3637
}
3738

0 commit comments

Comments
 (0)