Skip to content

Commit 8dafccf

Browse files
committed
Update working for the Improved Response Times
1 parent 6f649d7 commit 8dafccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/openshift/applications/understanding-openshift-serverless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following are key features of a serverless model:
3535
| **Simplified Deployment** | Functions can be deployed using GitOps, a command-line interface (CLI), or Kubernetes manifests, without requiring changes to existing DevOps practices. |
3636
| **Event-Driven** | A serverless model relies on triggers to execute code, such as API requests or events from a message queue. It processes demand alerts or user requests as they arrive, reducing idle resource costs. |
3737
| **Scale to Zero** | Automatic scaling ensures that services run only when needed, making this model ideal for bursty traffic. The ability to scale to zero means code executes only in response to events - and resources are automatically released once execution completes. |
38-
| **Improved Response Times** | Cold start optimizations ensure financial logic spins up quickly when a user interacts. |
38+
| **Improved Response Times** | The application starts faster when a user accesses it, reducing wait time. |
3939
| **Enhanced Resilience** | Stateless functions, autoscaling, and built-in failover mean fewer single points of failure - and more robust uptime. |
4040

4141
## Benefits of Serverless

0 commit comments

Comments
 (0)