Skip to content

Commit

Permalink
Update src/DurableTask.AzureStorage/AzureStorageOrchestrationServiceS…
Browse files Browse the repository at this point in the history
…ettings.cs

Co-authored-by: David Justo <[email protected]>
  • Loading branch information
pasaini-microsoft and davidmrdavid authored Jul 10, 2024
1 parent e9ee9c0 commit 12719fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ internal LogHelper Logger
public bool UseSeparateQueueForEntityWorkItems { get; set; } = false;

/// <summary>
/// Enabled explicit placement of instance to parition id.
/// if the instance id ends with !nnn, where nnn is an unsigned number, it indicates explicit partition placement
/// Whether to allow instanceIDs to use special syntax to land on a specific partition.
/// If enabled, when an instanceID ends with suffix '!nnn', where 'nnn' is an unsigned number, the instance will land on the partition/queue for to that number.
/// </summary>
public bool EnableExplicitPartitionPlacement { get; set; } = false;
}
Expand Down

0 comments on commit 12719fa

Please sign in to comment.