HomePhabricator
Diffusion Comm cb85c9dca8de

[terraform] ddb table for identity workflows in progress

Description

[terraform] ddb table for identity workflows in progress

Summary: we've had some issues with sticky sessions on web. specifically, grpc-web seems to ignore the load balancer cookie, which we rely on for stickiness. we need sticky sessions because some workflows require multiple RPCs, and only the identity service node that received the first RPC will have the necessary info to handle the subsequent ones. if we write this "state" to a DynamoDB table, any node can access it, eliminating the need for stickiness altogether.

Test Plan: terraform apply works on staging

Reviewers: will

Reviewed By: will

Subscribers: ashoat, tomek

Differential Revision: https://phab.comm.dev/D11150

Details

Provenance
varunAuthored on Feb 22 2024, 8:10 PM
Reviewer
will
Differential Revision
D11150: [terraform] ddb table for identity workflows in progress
Parents
rCOMMb17bcda971b1: [nix] remove unused nix files
Branches
Unknown
Tags
Unknown