Skip to content

Commit

Permalink
docs: add clarification about SaaS async trait storage (#4834)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Nov 19, 2024
1 parent 1021d12 commit b35716a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/docs/basic-features/managing-identities.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@ engine runs.
There are some [exceptions to this rule](/clients#server-side-sdks) with Server Side SDKs running in local evaluation
mode.

:::info

Note that, when using our SaaS platform, there might be a short delay from the initial request to write or update traits
for an identity and them being used in subsequent evaluations.

:::

### Using Traits as a data-store

Traits can also be used to store additional data about your users that would be cumbersome to store within your
Expand Down

0 comments on commit b35716a

Please sign in to comment.