TimeToLive is not working as expected
- Dominant language
- C#
- Stars
- 10.9k
- Forks
- 2.1k
- Avg merge
- 14h 42m
- Merged PRs (30d)
- 354
Description
Hi Team,
I have configured TimeToLive property as per below and expecting a new column to be added in my dyanamodb table.
.AddDynamoDBGrainStorage(name: "AgentStateStorage",
configureOptions: options =>
{
options.TableName = orleansConfiguration.Environment + "-" + orleansConfiguration.DynamoTableName;
options.TimeToLive = TimeSpan.FromMinutes(10);
})
After running the code, column name as "GrainTtl" not added into the respective table. Please refer below screenshot. Please suggest any other configuration needed for this to work.

Contributor guide
Assessment
This issue has not been assessed yet.