ol-infrastructure icon indicating copy to clipboard operation
ol-infrastructure copied to clipboard

Elasticache Serverless implementation with default usage in CI and QA

Open feoh opened this issue 5 months ago • 2 comments

What are the relevant tickets?

#3562

Description (What does it do?)

Add a serverless Valkey cache to help replace current instance based

How can this be tested?

pulumi up

feoh avatar Sep 09 '25 18:09 feoh

This has been applied to the Superset CI stack successfully, as well as verifying that applying it to the production Superset stack does not trigger any changes.

blarghmatey avatar Nov 05 '25 17:11 blarghmatey

This successfully deploys, but the serverless cache is also using the Redis "Cluster Mode" which means that all applications connecting to it need to be udpated to work with cluster mode, which is a larger body of work.

blarghmatey avatar Nov 05 '25 18:11 blarghmatey