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.
Details
Details
terraform apply works on staging
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable