Skip to content

Commit

Permalink
stateless
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-tacquet committed Nov 29, 2024
1 parent 6fabae9 commit 1c72634
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion serverless/containers/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ The container can then process the message and perform any required actions, suc

## Stateless application

A stateless application is a computer program that does not save client data between sessions. Data generated in one session is not saved for use in the next session with that client. All applications deployed on Serverless Containers are stateless.
A stateless application is a computer program that does not save client data between sessions. Data generated in one session is not saved for use in the next session with that client.

To store data persistently, use products like Databases or Object Storage.

## Status

Expand Down

0 comments on commit 1c72634

Please sign in to comment.