Page MenuHomePhabricator

[terraform] ddb table for identity workflows in progress
ClosedPublic

Authored by varun on Feb 22 2024, 8:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 28, 3:42 AM
Unknown Object (File)
Mon, Nov 11, 12:49 PM
Unknown Object (File)
Mon, Nov 11, 12:36 PM
Unknown Object (File)
Mon, Nov 11, 11:14 AM
Unknown Object (File)
Mon, Nov 11, 12:09 AM
Unknown Object (File)
Oct 10 2024, 12:32 PM
Unknown Object (File)
Oct 10 2024, 11:47 AM
Unknown Object (File)
Sep 16 2024, 2:01 PM
Subscribers

Details

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

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable