-
Notifications
You must be signed in to change notification settings - Fork 542
Adds Global TTL Configuration for DynamoDB State Store #4055
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Would be nice when the different statestores (Redis and Dynamo) behave in a similar way. |
|
There will be a slight delay in reviewing the DynamoDB-related PRs. We need to address the missing/disabled tests first, which are being tracked in issue #4047. Thanks for your patience! |
|
@sicoyle Ready for another review round |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one last comment and then this LGTM - thank you!
Fixed. Also updated the docs PR with the same description |
Signed-off-by: Zeynel Koca <[email protected]>
Signed-off-by: Zeynel Koca <[email protected]>
Signed-off-by: Zeynel Koca <[email protected]>
Co-authored-by: Sam <[email protected]> Signed-off-by: Zeynel <[email protected]>
Signed-off-by: Zeynel Koca <[email protected]>
Co-authored-by: Sam <[email protected]> Signed-off-by: Zeynel <[email protected]>
b51bf00 to
e01dcdf
Compare
|
@ZeynelKoca pls see the build failures and ping when you're ready and I can retrigger 🙏 |
50d65a1 to
e01dcdf
Compare
Signed-off-by: Zeynel Koca <[email protected]>
|
@sicoyle Fixed a stupid rebase mistake. Try again? |
Description
Adds a way to globally configure the state TTL for dynamo (inspired by #1059).
The defined default TTL will only be used if the state request does not explicitly specify a TTL itself.
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: