-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
P2PerformanceExperience latency or throughput issues.Experience latency or throughput issues.durable-entitiesRelated to the Durable Entities support milestoneRelated to the Durable Entities support milestone
Description
I have a requirement to create initial Entity state from an external source (db, blob, etc).
However currently, the override to create initial state for an Entity does not support async operations, forcing me to do syncronous calls.
Suggestion
protected override async Task<T> InitializeStateAsync(TaskEntityOperation operation)
{
//perform async operations
}Copilot
Metadata
Metadata
Assignees
Labels
P2PerformanceExperience latency or throughput issues.Experience latency or throughput issues.durable-entitiesRelated to the Durable Entities support milestoneRelated to the Durable Entities support milestone