Skip to content

Commit 7f74bbd

Browse files
becholsclaude
andauthored
Update Temporal Cloud latency stats with January 2026 data (#4163)
- Add January 2026 latency measurements (p50, p90, p99) - Reorganize section with "Historical latency data" heading - Keep March 2024 data for comparison Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent d96eab4 commit 7f74bbd

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

docs/evaluate/temporal-cloud/service-availability.mdx

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,27 @@ Please contact your AE or Support to enable this feature.
4040

4141
Temporal Cloud has a p99 latency SLO of 200ms per region.
4242

43-
In March 2024, latency over a week-long period for starting and signaling Workflow Executions was as follows:
43+
The same SLO for normal Worker requests (commands and polling) apply to Nexus in both the caller and handler Namespaces.
44+
45+
### Historical latency data
46+
47+
Latency over a week-long period for starting and signaling Workflow Executions was as follows:
48+
49+
#### January 2026
50+
51+
| Operation | p50 | p90 | p99 |
52+
| :--------------------------------- | :----: | :--: | ---: |
53+
| `StartWorkflowExecution` | 14ms | 21ms | 69ms |
54+
| `SignalWorkflowExecution` | 11ms | 19ms | 46ms |
55+
| `SignalWithStartWorkflowExecution` | 19ms | 37ms | 95ms |
56+
57+
#### March 2024
4458

4559
| Operation | p90 | p99 |
4660
| :--------------------------------- | :--: | ---: |
4761
| `StartWorkflowExecution` | 24ms | 54ms |
4862
| `SignalWorkflowExecution` | 14ms | 40ms |
4963
| `SignalWithStartWorkflowExecution` | 24ms | 61ms |
5064

51-
As Temporal continues working on improving latencies, these numbers will progressively decrease.
52-
53-
The same SLO for normal Worker requests (commands and polling) apply to Nexus in both the caller and handler Namespaces.
54-
5565
Latency observed from the Temporal Client is influenced by other system components like the Codec Server, egress proxy, and the network itself.
5666
Also, concurrent operations on the same Workflow Execution may result in higher latency.

0 commit comments

Comments
 (0)