Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

SSO login uses in-memory cache which breaks with multiple workers #9427

@richvdh

Description

@richvdh

When you register a new account via SSO, we keep some state in memory (the 'username picker session'), so you have to make sure that all endpoints which use that state hit the same worker. It also means that restarts of that worker will break the sessions of any users trying to register at that point.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-WorkersProblems related to running Synapse in Worker Mode (or replication)T-TaskRefactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions